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

Change Sum, Count Columns

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Diego
Top achievements
Rank 1
Diego asked on 12 Nov 2012, 09:12 PM
Hello, I'm using RadGrid and I need to remove in my footer row the follow Text "Sum, Count, Avg" and I need to show only the numbers.

How I do this?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Nov 2012, 06:03 AM
Hi,

Try setting the FooterAggregateFormatString as shown below.
aspx:
<telerik:GridBoundColumn  FooterAggregateFormatString="{0:D}" Aggregate="Sum" DataField="EmployeeID"    UniqueName="EmployeeID" HeaderText="EmployeeID"></telerik:GridBoundColumn>

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