I have a RadGrid with a GroupByExpressions.
Everything works but when I use the aggregate, it simply doesn't aggregate...
I'm running: Telerik 2013.1.417.45
In attach a screenshot of the grid
Here a excerpt of the GroupByExpression:
Everything works but when I use the aggregate, it simply doesn't aggregate...
I'm running: Telerik 2013.1.417.45
In attach a screenshot of the grid
Here a excerpt of the GroupByExpression:
<GroupByExpressions> <telerik:GridGroupByExpression> <SelectFields> <telerik:GridGroupByField FieldAlias="Institution" FieldName="Institution" HeaderValueSeparator=" : " SortOrder="Ascending"></telerik:GridGroupByField> <telerik:GridGroupByField FieldName="Value" FieldAlias="Value" HeaderText="Total" Aggregate="Sum" FormatString="{0:N2}" /> </SelectFields> <GroupByFields> <telerik:GridGroupByField FieldName="Institution" SortOrder="Ascending"></telerik:GridGroupByField> </GroupByFields></telerik:GridGroupByExpression><telerik:GridGroupByExpression> <SelectFields> <telerik:GridGroupByField FieldAlias="Year" FieldName="Year" SortOrder="Ascending" FormatString="{0:D}" HeaderValueSeparator=" : "></telerik:GridGroupByField> </SelectFields> <GroupByFields> <telerik:GridGroupByField FieldName="Year" SortOrder="Ascending"></telerik:GridGroupByField> </GroupByFields> </telerik:GridGroupByExpression></GroupByExpressions>