I have a grid where I am doing a custom grouping, based on a selection from a drop-down.
When binding via Ajax, the footers are not updated. This means that I have to pre-populate the footers before the grid is populated.
3 Answers, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 18 Feb 2011, 12:24 PM
Hello Dean,
This is by design. You need to update the footer values after the grid is bound using JavaScript. Currently the footer template is only updated from server code.
We don't have an example for this at the time being. You can however use the OnDataBound event of the grid and update some HTML element in the footer using jQuery.