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
620
UltraNumericEditor's delete keypress is not firing ValueChanged event.
posted

I had some value on the UltraNumberidEditor and i tried to select it and hit the Delete key to remove the value, but the ValueChanged event is not hitting.

The editor has a mask({double:-3.1}), which only allows decimals value.

The windows textbox fires the TextChanging event, when the text is removed by pressing the delete key on keyboard.

Similarly, UltraNumericEditor don't trigger ValueChanged event when the value in the editor is removed by pressing the delete key.

Thank you.

Parents Reply Children
No Data