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/