This question is locked. New answers and comments are not allowed.
Hi everybody,
I'm using Telerik controls v4.0.30319 and Silverlight 5.
I have thousands of items in the database, so I use RadGridView & VirtualQueryableCollectionView and it works perfectly.
But now, I have to allow the user to group the list, the issue is that the grouping is partial (only takes the data loaded in that moment),
also, the virtualization seems to be stopped, because, after the user expand a group, there are no more requests from next items.
There is a possible way (or workaround) to do that?
I read the official documentation and the forums, but I don't find any example that combines these two things successfully.
I appreciate any help, thanks!
Christian
I'm using Telerik controls v4.0.30319 and Silverlight 5.
I have thousands of items in the database, so I use RadGridView & VirtualQueryableCollectionView and it works perfectly.
But now, I have to allow the user to group the list, the issue is that the grouping is partial (only takes the data loaded in that moment),
also, the virtualization seems to be stopped, because, after the user expand a group, there are no more requests from next items.
There is a possible way (or workaround) to do that?
I read the official documentation and the forums, but I don't find any example that combines these two things successfully.
I appreciate any help, thanks!
Christian