Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I have a gridview with checkboxes and my grid is with Paging per page i have say 5 records.. when i select checkbox of the header all the records should be select(in all the pages of gridview). but in my case it is just selected first page records. any idea how to achieve this?
Posted

1 solution

You'll have to implement this in your codebehind against the actual datasource.

The databound controls will only 'know' about the items in the current page of results.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900