This question is locked. New answers and comments are not allowed.
I am trying to make a grid that utilizes a custom toolbar and a custom footer. The custom toolbar would be used for filtering, the footer for a sum.
You can see examples here:
Custom Toolbar: http://demos.telerik.com/aspnet-mvc/grid/customtoolbar
Custom Footer: http://demos.telerik.com/aspnet-mvc/grid/headerfootertemplates
I seem to have the following issue:
While the sum works on the initial view of the grid, it appears to be unaffected by the AJAX update that occurs when a new filter is chosen. I saw another thread that indicated I should use a full server post, but I would rather avoid that. Is there a way to make the footer template update when the main grid is updated via AJAX?
Thanks in advance,
- Ron
You can see examples here:
Custom Toolbar: http://demos.telerik.com/aspnet-mvc/grid/customtoolbar
Custom Footer: http://demos.telerik.com/aspnet-mvc/grid/headerfootertemplates
I seem to have the following issue:
While the sum works on the initial view of the grid, it appears to be unaffected by the AJAX update that occurs when a new filter is chosen. I saw another thread that indicated I should use a full server post, but I would rather avoid that. Is there a way to make the footer template update when the main grid is updated via AJAX?
Thanks in advance,
- Ron