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
  • 29105
    Offline posted

    Hello Toji,

    Thank you for contacting our forums!

    Pressing the delete key works fine during my test with a standalone UltraNumericEditor.

    May I ask if you are embedding the UltraNumericEditor within a grid column or cell?  If this is correct then you need to be using the events of the grid instead. This has been previously discussed here:

    http://es.infragistics.com/community/forums/p/72000/364565.aspx#364565

    Let me know if you have any questions regarding this matter.

     

Reply Children