Hello,
I followed this example of updating aggregates on change:
http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/update-aggregates-on-change
However there is a problem with frozen (locked) columns as shown in this dojo:
http://dojo.telerik.com/oLutu
Note that upon change, ".k-footer-template" is replaced with a "normal" footer i.e. the footer that would be normally displayed if the columns were not locked. The effect is that the cells move to the left.
Is there a way to generate only the footer inside the ".k-grid-footer-wrap" without the locked cells?
Also it appears that method "footerTempalte" in the Grid object is not documented anywhere in the JavaScript api (http://docs.telerik.com/kendo-ui/api/javascript/ui/grid)