How would one go about changing the demo at ...
http://demos.telerik.com/aspnet-mvc/grid/editing
to incorporate a footer that includes the total sum (or sum of shown items, whichever is easier) of the price field? I was able to use Aggregates and ClientFooterTemplate to get a sum to show, but I want it to update as you lose focus of the control that contains values that affect the sum.
So for example, when you delete a record the sum should reflect the change. If you add a new record, enter a value and exit the control the value should change. Also, if you edit the value of an existing price and exit the control (lose focus) the sum at the bottom should update.
Also, I'd like access to the sum in the footer client side (via jQuery?) for other actions.
Any pointers?
G
http://demos.telerik.com/aspnet-mvc/grid/editing
to incorporate a footer that includes the total sum (or sum of shown items, whichever is easier) of the price field? I was able to use Aggregates and ClientFooterTemplate to get a sum to show, but I want it to update as you lose focus of the control that contains values that affect the sum.
So for example, when you delete a record the sum should reflect the change. If you add a new record, enter a value and exit the control the value should change. Also, if you edit the value of an existing price and exit the control (lose focus) the sum at the bottom should update.
Also, I'd like access to the sum in the footer client side (via jQuery?) for other actions.
Any pointers?
G