Dear support team,
I have a grid with all records are loaded once to data source and use pagination with "persistSelection" mode.
I can select multiple rows across multiple pages manually without problem.
But when to set selection rows programmatically with the "selectRows" function, only rows in current pages is selected. When I switch to other pages no rows are selected.
So Is there a way to set the selections programmatically across multiple pages? Or I need to use databound callback to set selection each time I change the page?
Thanks in advance.