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
1233
UltraNumericEditor
posted

How can I cancel an UltraNumericEditor value changed event?

Parents
  • 37774
    posted

    You should use the BeforeExitEditMode instead, which will prevent the user from updating the value if it doesn't fall within your criteria.  If it's being changed by something in your code, there is no event for this, but since it's in your code, you should be able to set a condition on whether or not to set the value.

    -Matt

Reply Children