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

RadGridView Indirect Group Headers

2 Answers 46 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
nduru
Top achievements
Rank 1
nduru asked on 15 Nov 2010, 09:53 AM
I am evaluating RadGridView for an urgent project.

I am grouping data heirachically by two columns of integers.
The integers are indexes to strings in a second table
1. I want to display those strings on the group header instead of the integer values
2. I want to display any aggregates on the group footer
 
 Thanks

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 15 Nov 2010, 09:59 AM
Hello nduru,

 You can use GroupHeaderTemplate property of the grid columns to define desired group header and you can add desired aggregate functions to desired columns to show group aggregates in the footers. Please check this demo for more info.

All the best,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
nduru
Top achievements
Rank 1
answered on 18 Nov 2010, 11:41 AM

Vlad,

Thanks for the quick response that worked perfectly.

I had a second problem when I defined the columns manually where the groups  would not always expand

but I found the solution in another post

  As I was using a DataTable as the source I needed to 

  to define the MemberType of the field in the GroupDescriptor    

Tags
General Discussions
Asked by
nduru
Top achievements
Rank 1
Answers by
Vlad
Telerik team
nduru
Top achievements
Rank 1
Share this question
or