HI,
Using RadGrid 2008.2.723 aggregate property:
This will output SUM: 8.0 in the footer.
Is it possible to remove the SUM label declaratively in the footer without server-side code? I just want the sum amount.
Thanks,
Khanh
Using RadGrid 2008.2.723 aggregate property:
| <telerik:GridBoundColumn DataField="Monday1" Aggregate="Sum" DataType="System.Decimal" |
| HeaderText="Monday1" SortExpression="Monday1" UniqueName="Monday1"> |
| </telerik:GridBoundColumn> |
Is it possible to remove the SUM label declaratively in the footer without server-side code? I just want the sum amount.
Thanks,
Khanh