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

Custom GridViewGroupRow

1 Answer 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Keaire
Top achievements
Rank 1
Keaire asked on 14 Jan 2015, 07:19 PM
Quick question.

How do I replace the standard GridViewGroupRow with a custom derived class?

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 15 Jan 2015, 02:39 PM
Hello,

First, I would suggest you configuring RadGridView with GroupRenderMode to "Flat". The Flat mode represents a completely new logic for group rendering, which fixed a lot of other issues reproducible with the old Nested mode. In that case, you will need to work with GroupHeaderRow and not GridViewGroupRow.

You can then check the Styling the Group Row topic in our online documentation on how to style the group rows differently.

Regards,
Dimitrina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
GridView
Asked by
Keaire
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or