Hi
This topic is more about request of advice.
I have a grid which contain the two features: Pager & RowCheckbox Plugins.
I wish to maintain the state of selected rows while move between different pages.
My idea is to maintain an array on every pager's page change, using grid.getSelectedRows(), and set selected rows on reaching each page using grid.setSelectedRows().
What do you guys think? is there a better way? built in one?