I have a question about UltraNumericEditor.MaskInput.
I know I can use something like this to control the user's numeric input :
editor.MaskInput = "nnn.nn"; now since there're three "n" in integer part, i can only type 3 digits at most for integer. But i want unlimited number of digits for integer. cause I don't know how many digits users will type.
How do I do that ?
There's no way to do unlimited digits with a mask.