I need to use remote paging because there could be hundreds of thousands of records but I need to keep track of which items have been checked as they page back and forth. I was looking at keeping an in memory list of the items that were checked and then as they page back and forth, check the items that were previously checked. I was planning on using ActionComplete along with SelectRowsAsync but I need to first inspect the newly fetched paged data to see which items/rows need to be selected. How do I get the current page list of items?