I added a GroupHeaderTemplate but the aggregates are being tacked onto the end of my template.
How can I turn off the display of the aggregate functions in the group header?
5 Answers, 1 is accepted
As you already have the template for the group row you can just set the visibility of the aggregates to collapsed which will cause them not to display at all. When it comes to the alignment of the aggregates they were never meant to align with the column, however as this seems to be a more and more requested feature from our clients we will be thinking of providing this functionality in some way.
Greetings,Kalin Milanov
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.
You can use ShowHeaderAggregates property of GridViewGroupRow to achieve this. Here is an example:
...<telerik:RadGridView.GroupRowStyle> <Style TargetType="telerik:GridViewGroupRow"> <Setter Property="ShowHeaderAggregates" Value="False" /> </Style></telerik:RadGridView.GroupRowStyle>...Kind regards,
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.
Unfortunately, we are still not able to specify any time-frame for the implementation of this functionality. There is a possible workaround as described in this forum thread, but generally it is a bit of a hack. Furthermore, you may vote for this particular feature request here so that its rating gets higher so at its priority.
Maya
the Telerik team
