This question is locked. New answers and comments are not allowed.
Hi,
I am using RIA Services and a DomainDataSource to connect a RadGridView (with DataPager) to a MS SQL Server table with about 2 million rows in it. Performance is quite good (even for filtering) but grouping works very strangely. I'll try to reduce the problem as follows for the sake of explanation:
With my sample data my data set fills up 19,000 pages. Let's say the records fall into 19 zones (the zone id is one of my fields) with 1,000 pages worth of records for each zone. After I grouped them by zone (I have it set to automatically collapse groups), I see one row per screen (all that would show up is the header) on 19,000 pages instead of seeing 19 header rows, all on one screen.
I'll still have 19,000 pages instead of one page (which I should have, since all the groups have been collapsed)). I'll need to scroll to the 1,001th page to get to my second zone.
Not very useful. I can't imagine that it was designed to work this way and that perhaps, like filtering, there is some "code behind" that I need to implement. Any pointers?
from a "new to telerik' dev,
rob
