I have a set of items which I need to show in grid. Items can be grouped by some columns, but some rows I need to exclude from being grouped and display them in the same grid as regular rows without group row and indent cell.
ths,
Slava .
1 Answer, 1 is accepted
0
Dimitrina
Telerik team
answered on 31 Jul 2014, 08:25 AM
Hi Slava,
I am afraid this is not possible. Basically grouping in RadGridView is a data operation. As the user drags a column header and drops it into the GroupPanel, we internally generate and execute a LINQ query appending a GroupBy clause to the source collection.
Regards,
Didie
Telerik
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.