This already seems like a dumb question, but I can't help myself.
Using WPF and say Telerik RadGridView can I create a grid and connect it to the Devforce entity collection and have basic features like below without having to code them manually?
- Crude operation. Can you click insert and have the grid just work without coding the behavior?
- Sorting - Server side
- Filtering - Server side
- Grouping - Server side
Seems like I have to do most of this manually.
Bryan