Hi All,
We have a grid view which shows 100 records in a page. We have implemented the pagination logic in Database to get these records. We have a checkbox for each row of the grid. User can select any/all checkboxes.
Our requirement is that the user should be able to select checkboxes from multiple pages. Also, we need the values from some of the columns in the grid for all these selected checkboxes (selected across multiple pages) when we click one of the buttons in the page so that we can pass this information to the DB. Also, the checkbox selections should be retained when we move back and forth across different pages.
Please provide the best option to do it ..