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.
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.