I've used standardSetController to implement pagination and wrapper to process selected records.
Everything works fine until I try to retain check-box statuses across different pages of records.
Suppose, few records are checked on page #1 and clicked on next button. The clicked previous button to come back to the page #1.
Records which were checked previously get unchecked.
Could anyone let me know how to persist checked values across pages.
Thanks in advance.
I've resolved this the following way:
Set<Id> selectedRecordIds