This is a migrated thread and some comments may be shown as answers.

GridView grouping: exclude some rows from being grouped

1 Answer 120 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Slava
Top achievements
Rank 1
Slava asked on 30 Jul 2014, 09:12 PM
Hi

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

Sort by
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.
 
Tags
GridView
Asked by
Slava
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or