I have a dataset with about 6,000 records. And it could get close to 10,000.
Paging performance (100 per page) is stellar.
The Grouping feature doesn't seem to work as I would expect.
Let's say I have 5 Categories: "One" "Two" "Three" "Four" "Five".
I drag Category to Group box.
I would expect to get five collapsed rows; one for each Category.
Instead, I get just one row -- say, for all the Ones.
Suppose I have 500 Ones. I get a collapsed row of Ones for the first 5 pages, each stating a Count of 100.
My preferred behavior would be one row per Category, with total counts (500 Ones).
Then, if I expand a category row, I get paging (so I still only see 100 detail rows per page).
Does that make sense?