Hello Telerik Support team,
In order to purchase your product, I must build a grid able to perform many of the basic operations at the same time.
I want it to be able to:
- Support MVVM
- Contain a large amount of data: 1.000.000 rows. Linq to SQL should do the job here
- Header Filter the whole grid (your built in filter only filters the current page)
- Group by columns
- Sort the whole grid
- Expand/collapse the Children (hiding the + button when the row has no children - note your demos dont have this function)
- Paginate
- and last but surely not least: have a good performance
Telerik Demos only perform one of the above at a time, and for that reason things seem to mess up when we merge everything together
It would be nice if you could provide me an example that does all those functionalities together.
It would be nice if you could provide me an example that does all those functionalities together.
I shall provide some code of what I have achieved to far, if requested.
Thank you