Problem in DataGrid Paging

ctsenthil

Member
Joined
May 27, 2005
Messages
5
Programming Experience
Beginner
I had implemented the paging concepts in Datagrid.... and i had some text boxes and check boxes in the data grid row..i provide the option to save all the data in a single shot after making the changes to the editable columns.
But the Datagrid.Items.Count-1 is giving the count of the current page rows...


why its not giving the count of the next page records... Please explain the reason... is it possible for us to get the next page records....

One more doubt..... if i made some changes to the datagrid and if i navigate from one page to another page the changes what ever i did in the previous page is gone.... how to retrieve that changes. please advise
 
Back
Top