When I assign some text to the footer it is not showing in the footer Code Snippet: HourSpecificationDataGrid.Columns[2].Footer = totals.Total.ToString();
Thanks & Regards
Lakshmi Satish Kumar.
3 Answers, 1 is accepted
0
Pavel Pavlov
Telerik team
answered on 12 Jan 2010, 03:06 PM
Hello Lakshmi Satish Kumar Pydipati,
Please set the ShowColumnFooters property of RadGridView to true .
Thanks for your reply
I have already set ShowColumnFooters = true but still it is not affecting in the footer.
After assiging the values for example HourSpecificationDataGrid.Columns[2].Footer = totals.Total.ToString();
and then if we set ShowColumnFooters = true for the first time it is effecting in the UI.
When I change some values again in the footer still it shows the previous values only.
Is their any method to rebind the total row If so please let me know.
Bye
Satish
0
Pavel Pavlov
Telerik team
answered on 13 Jan 2010, 10:24 AM
Hello Lakshmi Satish,
Please try the RadGridView.CalculateAggregates() method.