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://ko.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.

 

 

Parents
No Data
Reply
  • 8421
    posted

    Hello Kenneth,

    Which version of Infragistics for ASP.NET are you using and which browser are you using to reproduce the issue? Would you be able to send me your local example so I can test it out on my end?

    I took the same code that you linked to and put it in a sample here, using local build I made of the 15.1 source. When I run it I check the checkboxes, trigger a postback, and then attempt to change the checkstate of the checkboxes. In my tests everything works as expected. Are you able to reproduce the behavior in my attached sample?

    WDGUnboundCheckboxColumn.zip
Children