This question is locked. New answers and comments are not allowed.
Hello,
I'm not sure I use the right vocabulary so see the attached screenshot...
I want to have a different group header content then footer content.
I know how to customize the group header for a given group only when the lines are grouped by that column.
For exemple this will write the column text to green when I group my data by that column:
<telerik:GridViewDataColumn.GroupHeaderTemplate>
<DataTemplate>
<TextBlock Foreground="Green" Text="{Binding Group.Key}" />
</DataTemplate>
</telerik:GridViewDataColumn.GroupHeaderTemplate>
But this does only count for the grouped column, then after this one, the content of the other group footers gets added automaticaly. And I don't want it to...
Any idea of how to stop things from being added after my group header template?
Thanks a lot in advance,
John.