Hello All,
I have a Gridview with 300 Rows with paging turned on (showing 10 rows at a time).
There is a checkbox in each row to select that record.
In the header there is a "check all" checkbox.
When I check the "check all" checkbox, it will just select the 10 from the current page.
When i go to the next page none of the records are selected and when i come back to the first page the initially selected records also gets unselected.
Is there a way to have it select all 300 rows with out resizing the size of the page (have it show all 300 rows).
Thanks in advance