jQuery UI Widgets Forums Grid Grid Group and Pager Bug

This topic contains 3 replies, has 2 voices, and was last updated by  Dimitar 9 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • Grid Group and Pager Bug #68228

    kc
    Participant

    http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm?(arctic)#demos/jqxgrid/groupingpaging.htm

    If you use the Group and Pager then the column that is grouped will ONLY show the 1 row for the collapsed group if the group has more than 10 rows (10 being the pager size). If you have 100’s of rows in this group then it is very confusing how to get to the next group. User has to scroll through 10 pages to get to the next group. See images:

    1) This is without pager
    pageable:FALSE - Group Tallies correct

    2) This is with pageable:true
    pageable:TRUE - Group tally wrong, Paging wrong

    What I want is Scenario 1) to show the Group Total, not just what is the page size. And I want the user to be able to use the pager.
    Please help.

    Grid Group and Pager Bug #68241

    Dimitar
    Participant

    Hello kc,

    This is not a bug, but the grid’s intended behaviour – the records on each page are grouped separately. That is why if you have 10 records from the same group and your page size is 10, too, only one group will be shown on the page (second image).

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    Grid Group and Pager Bug #68290

    kc
    Participant

    How do I use the pageable:true with the groupable:true to show the group “real” count and show all the collapsed groups with the correct group counts on the first page?

    To the user, it is confusing to see only a group count of 10 (or pagesize) for the # rows in the group when there are actually 204 rows in the group.
    Also, the user does NOT see the other Groups for “NRC Desc”, so how would they know how to navigate to the other groups?

    Please help, this is a must have feature.

    groupable and pageable - Show collapsed groups

    Grid Group and Pager Bug #68321

    Dimitar
    Participant

    Hi kc,

    I understand your requirement, but this is how the grid works – when paging is enabled, grouping is per page. This behaviour is by design and cannot be altered.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.