I could solve this with a slight hack…
In Loadcomplete handler, we need to extract contents of the summary footer and add them to the group header row.
$(“#” + treeId + ” tr.jqfoot”).each(function () {
var summaryrow = $(this);
var level = summaryrow.attr('jqfootlevel');
var groupSelector = 'tr.jqgroup.' + treeId + 'ghead_' + level + ':first';
// get matching previous group row for level.