Hi,
var grid = $("#list1"),
sum = grid.jqGrid('getCol', 'total', false, 'sum');
grid.jqGrid('footerData','set', {total:sum});
this codes calculate sum of total column in footerrow for only shown page. Is it poossible to create an second footerrow and make it calculate running sum of total column for records until to shown page.
Regards…
You can show total rows in some other column or in same column with text separated.
New footer row is not doable now.
I'm sending you sample code in separate email.
I WANT THE SUM OF THE VALUES OF ALL THE RECORDS IN THE TABLE LIKE POSTED IN How sum calculate all records total for a numeric column in footerrow.
I ALSO WANT THE LINK TO THE UPDATE TO VERSION 1.4.8
i know is 2015 but need the same code to show the sum of all records I have the version 1.4.8.3 and is not in the demo code thanks