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
210
UltraNumericEditor : get rid of decimal separator while editing ?
posted

I have an UltraNumericEditor with NumericType set to Double and a MaskInput set to

"{LOC}-nnnnnnnnnnnnnnn.nn".

 

 

 

When I delete the value in the editor, I cannot delete the decimal separator. How can I do that ?

I tried this with no success :

 

_doubleNumericEditor.Nullable =

 

true;

_doubleNumericEditor.NullText =

 

"";

thanks.

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    You cannot delete the decimal separator in a NumericEditor whose NumericType is double.

    Perhaps you would be better off using a simple UltraTextEditor without masking.