RadGridView interacting with the grouping row

1 Answer 54 Views
GridView
Jure
Top achievements
Rank 1
Jure asked on 02 Mar 2022, 02:15 PM

Hello,

 

Is it possible to select the grouping row in RadGridView or have the grouping row contain a column, that can set the value to all the rows in the group- for instance a bool value (check box) in the grouping row sets the same value in all the rows below?

 

Best regards

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 07 Mar 2022, 10:40 AM

Hello Jure,

There is not built-in behavior that does this, but you can implement it by introducing a custom visual in the group header and link it with some custom implementation. To do this, you can set the GroupHeaderTemplate property of RadGridView. This approach is shown in the GroupSelection SDK example. The example shows how to select and deselect items in the group, but you can adapt it for any other property updates.

I hope that helps.

Regards,
Martin Ivanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
GridView
Asked by
Jure
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or