Hi team,
I am using webdatagrid in an application.In the webdatagrid i have enabled paging.I have also enabled cell editing for check/uncheck of unboundcheck box field.The problem is that the checkbox fields/column is loosing its value whenever i change the page index.
please let me know if i need to provide you with any further information.
Thanks for the reply. Strangely this was not working for me 2 days back. Today it worked fine though and i didnt do any code change either..
Hi yadusaxena,
Please make sure that you have ViewState enabled as this is where unbound values are stored. You should see the same values if you go back to the original page. Also, be sure to set the DataKeyFields property.
regards,David Young