jQuery UI Widgets Forums Grid grouping with paging

This topic contains 2 replies, has 2 voices, and was last updated by  ivailo 9 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • grouping with paging #73796

    lorife
    Participant

    Hi,

    I have noticed that when I group a column and I have paging enabled it will group just the rows in the current page.

    Is there a way to avoid this?

    When grouping I would like paging disabled so that it will group on all the rows.

    Thank you!

    grouping with paging #73797

    lorife
    Participant

    I think I did it, is it correct?

     $("#gMain").on("groupschanged", function (event) {
        if (event.args.groups.length > 0) {
          $('#gMain').jqxGrid({ pageable: false}); 
        } else {
          $('#gMain').jqxGrid({ pageable: true});      
        };
      }); 

    thanks!

    grouping with paging #73803

    ivailo
    Participant

    Hi lorife,

    Yes, it’s correct.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.