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

Footer Aggregate with text

5 Answers 174 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Karam
Top achievements
Rank 2
Karam asked on 17 Jun 2011, 06:58 PM
Hello I'm using Sum function on GridNumericColumn and it works well but i want to add some text to footer like "Sum :" i tried using FooterText="Sum :" and FooterAggregateFormatString="Sum: {0:C}" but nothing happen .
any ideas?
Thanks.

5 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 18 Jun 2011, 06:20 AM
Hello Karam,

Try setting the FooterAggregateFormatString as shown below to add the required text. Hope this helps.

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

Thanks,
Shinu.
0
Karam
Top achievements
Rank 2
answered on 18 Jun 2011, 12:07 PM
It doesn't work .
thanks
0
Iana Tsolova
Telerik team
answered on 22 Jun 2011, 04:19 PM
Hi Karam,

What is displayed in the grid footer as a result?

Regards,
Iana
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Karam
Top achievements
Rank 2
answered on 22 Jun 2011, 07:52 PM
it shows only sum result.
0
Accepted
Iana Tsolova
Telerik team
answered on 23 Jun 2011, 01:41 PM
Hello Karam,

I prepared a sample project using the preceding column declaration and it works fine on my side. Can you try it and let me know how it goes on your end and what differs in your case?

Best wishes,
Iana
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Grid
Asked by
Karam
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
Karam
Top achievements
Rank 2
Iana Tsolova
Telerik team
Share this question
or