We're working on a customized advanced form & running into what appears to be some strange behavior. For example, there are a couple of checkboxes in the advanced insert form which fire CheckChanged events, but the events are only fired every other time a user interacts with the checkbox (initial change fires event, second change does not, third does, etc). So, seems like perhaps the checkboxes are somehow only firing the events when their state has changed from their value when the form was created. Is this a state maintenance issue?
I have enabled ViewState on both the RadScheduler and then on the checkbox controls themselves (when they didnt appear to be inheriting that from the scheduler). Also, the scheduler is inside an AJAX update panel.
Thanks for your help!
Sean
I have enabled ViewState on both the RadScheduler and then on the checkbox controls themselves (when they didnt appear to be inheriting that from the scheduler). Also, the scheduler is inside an AJAX update panel.
Thanks for your help!
Sean