Hi Ian,
As we informed, By default, If you enable Pagination in the Grid, only current set of row elements(based on your pageSize , default pageSize as 12) will be rendered in the DOM and next set of row elements will be rendered while go to the next page, So here we cannot access/select the another set of row elements which are not in the current page. This is our current grid architecture.
So please share us the below information that will be helpful to validate further on your requirement,
1) Let us know, do you have any customized method or key to find out the rows which are not on the currently visible page? if yes, please share the details about this.
2) If you don’t have any method , then how to find the rowIndex when page is not available , please explain requirement and sample data what you bound to the Grid.
3) Do you want to auto-select the row(which are in the other pages) when you navigate to that page or you want to select the rows in all the pages based on the condition initially.
4) Do you bind local or remote data for Grid dataSource? Share the Grid code example.
Regards,
Praveenkumar G