Is their any way to get value of group key in footer template? I have a requirement to display it along with sum of all amount columns.
Thanks in adavance.
2 Answers, 1 is accepted
0
Rosen
Telerik team
answered on 16 Aug 2011, 11:21 AM
Hello Raja,
The group key is available only in group footer. Enabling grouping functionality is not prerequisite in order the "grand" total to be available nor it is related to a specific group as there are usually more then one group in grid, thus there could not be reference to a group key.
For more information on grouping and aggregates, you may refer to this online demo.
Regards,
Rosen
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
I am grouping a RadGridView based on two group descriptor. I want to display the two group descriptor in GroupFooterTemplate on subtotal and grand subtotal.