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
720
Unbound Checkbox Column Loses Value after Second Postback
posted

I am currently using 11.1.20111.2020 and am experiencing an issue with using an unbound checkbox column in a WebDataGrid. When the user checks a box in a row in this column and posts back twice or more, the value is lost on the second post back. Infragistics currently has a sample in the samples section which works correctly. In my situation, the grid is bound based upon selection criteria and via a button click. It is not bound to a datasource object. The ultrawebgrid does not have this issue.

 How do I persist the checked value across subsequent postbacks?

Thanks,

Parents
No Data
Reply
  • 33839
    posted

    Hi Dev__01,

    This sounds like a scenario that should work.  You do have on ViewState, right?  The unbound values are saved there.  You have on EditingCore?  This makes the checkboxes editable.  Do you have on DataViewState or any other behaviors?  If you were to attach some small sample here, I could check it out.

    regards,
    David Young 

Children