This is a migrated thread and some comments may be shown as answers.

Remove word sum from grid footer

1 Answer 393 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ritesh
Top achievements
Rank 1
Ritesh asked on 14 Feb 2012, 01:07 AM
i have a grid and iam doing sum on the footer for the column but the word "sum" is also showing with the actual integer sum, how do i remove that

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 14 Feb 2012, 04:35 AM
Hello,

Try setting FooterAggregateFormatString as shown.

<telerik:GridNumericColumn UniqueName="UnitsInStock" DataField="UnitsInStock" HeaderText="UnitsInStock" FooterAggregateFormatString="{0}" Aggregate="Sum" >
</telerik:GridNumericColumn>

Thanks,
Princy.
Tags
Grid
Asked by
Ritesh
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or