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

Disable Aggregate column footer title

1 Answer 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 24 Aug 2011, 11:53 PM
Hi,

When I use Aggregate function in RadGrid, footer display "Sum: xxx" or other titles depending on type of aggregate functions, is there a way to just display aggregate results without the titles?

TIA

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 25 Aug 2011, 05:29 AM
Hello Ed,

Try setting the FooterText property as shown below.

aspx:
<telerik:GridBoundColumn UniqueName="OrderID" FooterText=" " HeaderText="OrderID" Aggregate="Sum" DataField="OrderID">
</telerik:GridBoundColumn>

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