jQuery UI Widgets Forums Grid Grid group rows pageable continues to next page

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 1 year, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • dan123
    Participant

    Hi,

    I created this example with jqxgrid with pagination enabled (10 pagesize) where i am wanting to achieve this using the groupingrenderer function to display on the group row with a message that the next set of records in the group will be on the next page and if user reaches the very last page then the group will say group row ended.

    Example: Grid, Product group, 10 page size and sort by the product.
    Group row: Back Tea – (Continues to next page)
    Expanded shows – 10
    Page 1.
    Imagine the Black Tea product is 25 records

    when i click to page 2, it will show
    Group row: Back Tea – (Continues to next page)
    Expanded shows – 10

    when i click to page 3, it will show
    Group row: Back Tea – (End of this group)
    Expanded shows – 5

    and it will also show the other group row after that and so on.

    Here is my jsfiddle:
    http://jsfiddle.net/679ct5dy/


    Hristo
    Participant

    Hello dan123,

    Could you clarify it?
    You do customization over the groupsrenderer callback on the groups.
    The methods related to the grouping and paging features will be useful here.
    More details about them you could find on the API Documentation page.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.