My requirements are to have sorting, pagination and grouping of the data done on the server-side. With advanced data-binding, and custom pagination, via the NeedDataSource event, I'm able to easily do the sorting on the entire dataset and use pagination information to slice the data to send to the client. However the issue is how to deal with grouping on the server side so that the RadGrid can display it.
I've looked through the demos, tutorials, documentation, forum, etc. and haven't seen anything on it, so if I've missed something please let me know. One reference I came across is in the "limitation" section of the http://www.telerik.com/help/aspnet/grid/grdbasicgrouping.html document.
Has anyone dealt with this issue, have any ideas or advice?
I've looked through the demos, tutorials, documentation, forum, etc. and haven't seen anything on it, so if I've missed something please let me know. One reference I came across is in the "limitation" section of the http://www.telerik.com/help/aspnet/grid/grdbasicgrouping.html document.
Has anyone dealt with this issue, have any ideas or advice?