I am using UltraNumericEditor in UI, using default min/max. In the initialization, I set the value to a negative number. Then it won't display it all. Also it locks the UI, can not tab it out until I input some positive number. I also can not type any negative number in there--that means it does not take "-" sign at all.
Did I miss anything here or how to do make it support negative numbers?
Thanks a lot!
Jisheng Xie
What Mask are you using? Your mask has to start with a minus sign (-) in order to accept negative values.
Hi Hristo.
I set the minimum value to negative in the back end code, but I still can't enter '-' in the numeric editor.
Please assist.
Hello,
As far I understand you was able to solve your issue.
Let me know if you have any further questions.
Found the problem. I need to set the MinValue to a negative number, the default value is not working.