How to keep all rows of a Group on one page.

I have grouped my Data by Location. I want to know how to keep a group together on the same page. So below the second group has four more rows of data that are on the next page. I would want all 8 rows to show on a page.

Page 1


Page 2


So Truck 20 actually has 8 items and I want to see them all together on a single page instead of on two different pages.

1 Reply 1 reply marked as answer

VS Vignesh Sivagnanam Syncfusion Team March 16, 2021 11:57 AM UTC

Hi Danyelle 

Greetings from Syncfusion support 

Based on your query you want to display all the grouped records within one page instead of switching to the next page. 

By default in EJ2 Grid we have displayed the records for the each page depend upon pageSize and also when we enable paging default pageSize is 12 so only 12 records will be bounded for each page. So, we suggest you to use scrolling feature to display all the grouped records in one page. 

Please refer the below Demo and documentation for your reference, 



Regards 
Vignesh Sivagnanam 


Marked as answer
Loader.
Up arrow icon