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,
Hi David - Thanks for responding. Yes the enableviewstate and enabledataviewstate properties are set to true and the editing core is enabled. I'll attach a sample momentarily.
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