This question is locked. New answers and comments are not allowed.
I have a result set which contains records which are in groups. I want to data from each group to be bound to the gridview in different tabs. I have the total count of the entire result set, but I dont have the totalcount of the group of records bound the individual tabs.
Now in each grid in different tabs I want to use the VirtualQueryableCollectionView for loading data on scrolling.
How can I handle this scenerio? Your advise would be very helpful as we are stuck with this problem.
Now in each grid in different tabs I want to use the VirtualQueryableCollectionView for loading data on scrolling.
How can I handle this scenerio? Your advise would be very helpful as we are stuck with this problem.