betolj

Forum Replies Created

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • in reply to: Local sort grouped data #99737
    betolj
    Participant

    Hello

    I am also in the same issue.
    For now I change the source of jqGrid…

    The change in jquery.jqGrid.min.js was very simple…

    …if(a.p.grouping){if(u.groupSorted===true){r.orderBy(C,u.groupOrder[0],p[0].stype,p[0].srcfmt)};u.groupDataSorted=true}…
    …k=d.groupCollapse?d.plusicon:d.minusicon,l,r,m;if(!d.groupDataSorted && d.groupSorted===true){d.sortitems[0].sort();…

    — my jqGrid def

    groupingView : {
    groupField : ???,
    groupColumnShow : [false],
    groupCollapse : false,
    groupSorted: false,
    groupText : ['{0} {1}']

    },

    Thus the

Viewing 1 replies (of 1 total)

Stay connected with us in your favorite flavor!