Hi, this must be a common issue but I can't find any info on it!
Say I have the following jqGrid: json data, 20 rows per page, grouping enabled with group summary, Paid column shows total paid for the group.
If a group consists of 60 rows it will span 3 pages so instead of the group summary showing total paid for all 60 rows it only shows the total for the 20 visible rows – How do I get it to show the total for the entire group even though not all rows are visible as they span multiple pages?
Its the same when using loadonce true or false. I can't see anything in the jqGrid grouping options which might help.
I'm thinking i'll have to caculate the totals manually and stick them in the summary somehow.
Any suggestions appreciated!
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top