jQWidgets Forums

jQuery UI Widgets Forums Grid Grouping with pagination

This topic contains 3 replies, has 2 voices, and was last updated by  Peter Stoev 7 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Grouping with pagination #94815

    roykrish
    Participant

    In jqx grid if grouping ( group by column ) is possible if pagination is enabled ? As of now, if paging is enabled and then if we apply group by columns only the rows present in the current page get grouped.

    Is it possible to group data from all pages in grid when paging is enabled ?

    Thanks

    Grouping with pagination #94828

    Peter Stoev
    Keymaster

    Hi roykrish,

    The priority is on the paging i.e when paging is enabled, the Grid shows data from 1-10 rows, then 10-20 etc and if grouping is enabled, then shows groups for these records only. That’s the behavior implemented in our Grid.

    Regards,
    Peter

    Grouping with pagination #94830

    roykrish
    Participant

    Thank you for the response.

    I understand it. Is there any way to achieve grouping once the paging is enabled, on the whole data ?

    Regards,
    roykrish

    Grouping with pagination #94832

    Peter Stoev
    Keymaster

    Hi roykrish,

    It is on the whole data, but divided into pages and the pages show records from 1-10, 10-20, etc and the groups per page. This behavior as built-in cannot be overriden.

    Regards,
    Peter

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

You must be logged in to reply to this topic.