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
270
UnboundCheckbox field is not editable after postback
posted

I am using Infragistics v14.1. I am using the example "Samples_WebDataGrid_Data_Unbound_Checkbox_Column_Default" provided by the install.

If I check a checkbox and then click the "Post Back" button, the checkbox is no longer editable.

The online exampel found at http://www.infragistics.com/samples/aspnet/data-grid/unbound-checkbox-column does not exhibit this same behavior.  To make sure I had not inadvertantly changed the behavior of example files on my local machine, I copied the .aspx and .aspx.cs code from the online example directly to my local example and recompiled.  This did not change the behavior exhibited by the example on my local machine.

Locally, if there is a postback, an unbound checkbox field that is checked is no longer editable.