jQWidgets Forums

jQuery UI Widgets Forums Grid Grouping the rows

This topic contains 4 replies, has 2 voices, and was last updated by  himaja 12 years ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • Grouping the rows #20606

    himaja
    Member

    Hi,

    We have enabled grouping and pagination in the grid. Pagination is done to 50 records per page.
    When the data is grouped by a column by draging and dropping the grouping is done only for the page. Is there a way where the grouping be done for all the rows in the grid irrespective of the page?

    Thanks

    Grouping the rows #20608

    Peter Stoev
    Keymaster

    Hi himaja,

    The Grouping is always done for all rows in the Grid. However, for page 1 say records from 0 to 50 it will display the groups for records from 0 to 50, for page 2 for records from 50-100 it will display groups for these records and so on.

    Best Regards,
    Peter Stoev

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

    Grouping the rows #20611

    himaja
    Member

    Hi,

    Thanks for the reply.
    For example the grid contains total 75 rows and in page one 50 rows are displayed where as in second page 25 rows are displayed.
    Now if user groups then can the group be done on all 75 rows?

    Thanks

    Grouping the rows #20614

    Peter Stoev
    Keymaster

    Hi himaja,

    Yes, it will be done on the total 75 rows(if they’re loaded in the Grid – non virtual mode). In the first page it will display the Groups for the first 50 records, the second page will display the groups for the rest 25 records.

    Best Regards,
    Peter Stoev

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

    Grouping the rows #20625

    himaja
    Member

    Hi Peter,

    Is it possible to display all the groups in single page itself though the pagination is enabled.
    Can the pagination be dynamically disabled when user requests for grouping.

    Thanks

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

You must be logged in to reply to this topic.