I'm using a rad grid with 2 rows and the following columns { 2010,2011,2012,2013,2014 }, each column has a Sum Aggregate displayed in the footer and the default mode is edit. Whenever a field (input) value is changed (just edited, without clicking save or cancel) i want to automatically re-calculate the sum's either using javascript or code-behind, however i can not find any event to handle this.
I'd also like to know if there is any possibility to get a running value* in the footer instead of a simple sum.
*running value = adding the sum from the previous year, to the current/next and so on.
I'd also like to know if there is any possibility to get a running value* in the footer instead of a simple sum.
*running value = adding the sum from the previous year, to the current/next and so on.