Ram

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • in reply to: group summary in the header #101338
    Ram
    Participant

    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.

    in reply to: group summary in the header #101334
    Ram
    Participant

    Link in my previous post seems broken.

    in reply to: group summary in the header #101333
    Ram
    Participant

    Searching a bit on the forum found /blog/?page_id=393/help/jqgrid-how-do-i-sum-the-values-in-columns-and-use-result/.

    in reply to: group summary in the header #101332
    Ram
    Participant

    Hello,

Viewing 4 replies - 1 through 4 (of 4 total)

Stay connected with us in your favorite flavor!