This question is locked. New answers and comments are not allowed.
Hi,
I'm trying to display the Group Key in my group footer the same way I'm doing in Group header, but the binding doesn't seems to work.
<telerik:GridViewDataColumn.GroupFooterTemplate>
<DataTemplate>
<StackPanel Orientation="Vertical" Margin="5,0">
<TextBlock Text="Summary for:" Margin="0,0,0,2" />
<TextBlock Foreground="DarkGreen" FontWeight="Bold" Text="{Binding Group.Key}" />
in my header the group key appears fine but I'm struggling to find an elegant way to display only SOME of my Aggregate results (not all of them as it is doing now).
Any ideas?
Regards
Jean-Marc
I'm trying to display the Group Key in my group footer the same way I'm doing in Group header, but the binding doesn't seems to work.
<telerik:GridViewDataColumn.GroupFooterTemplate>
<DataTemplate>
<StackPanel Orientation="Vertical" Margin="5,0">
<TextBlock Text="Summary for:" Margin="0,0,0,2" />
<TextBlock Foreground="DarkGreen" FontWeight="Bold" Text="{Binding Group.Key}" />
in my header the group key appears fine but I'm struggling to find an elegant way to display only SOME of my Aggregate results (not all of them as it is doing now).
Any ideas?
Regards
Jean-Marc