Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
CheckBox lost state with WebGrid paging
posted

Hi

 I am using infragistics 2008 ultrawebGrid in my page and i in one of the pages i want to add a checkbox column to the grid. Ok, ths was fine, the problem its when y use paging and i want the user to check any rows he want; when he want to change the page, changes ok but if i return to the old page, the rows that i checked they are not longer checked.

I thought it was the WARP but taking it out it doesnt work. I bind a dataset to the grid in code behind when i push the button "SEARCH". I use a DataSet as datasource and i dont manage any event of the grid (i think is no use to manage it)

 Thanks for your help.