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

[Solved] Override FooterText "Sum:" Default for Group Footer

1 Answer 61 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 27 Oct 2009, 12:40 PM
I don't want to have any text in the grouptotal footer except for the amount. When I set the FooterText = "", it still displays "Sum: 13,123" in the group footer.  I just want "13,123".  If I don't set FooterText it sticks in the Sum: before the amount. What am I missing?  Any help would be appreciated!  Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 29 Oct 2009, 04:47 PM
Hello Patrick,

Try the following approach:
<telerik:GridBoundColumn DataField="UnitPrice" Aggregate="Sum" FooterAggregateFormatString="{0}" />

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Patrick
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or