I'm not sure to understand how to use the WebHierarchicalDataGrid.
>> groupby + paging at the same time = grouping takes place on the page level.
How to group on the grid level?
Hi cnss,
Please let me know if you need any additional assistance regarding this matter.
Group by does work on the entire data source. We sort the whole thing, then get data for the page of interest. Then the rows on that page are grouped. So if your page size is 8, you get 8 DATA rows, not 8 grouped rows.
regards,David Young