problem in auto page navigation of data grid in AS
I am having a grid auto pagination as true with template column (check box in it) and a submit button . In the click of the submit button, i am saving the status of check boxes. When i check some check boxes and navigates to another page, the view is not saving as i am rebinding the view in pageindex changed event of grid . Can any give solution how to persist state of check boxes in navigating through pages of grid
|