How do I replace the standard GridViewGroupRow with a custom derived class?
1 Answer, 1 is accepted
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.