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
310
UltraCheckEditor - setting value programatically
posted

Is there a way to set the value of the checkbox programmatically without firing the CheckChanged event?

 The issue is that I need to set the value initially, but it wants to fire the event which is meant to be fired when the user changes the value.

My workaround is to set a property to false, and then in the event, return without doing anything, but this seems a hack.

 Greg

Parents
No Data
Reply Children
No Data