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
Hi Mike.
Sorry for the misunderstanding.
I had check the MaskInput property and it is Nothing.
Hi,
I understand that you have set the MinValue and MaxValue, but that is not what I am asking. I am asking about the MaskInput property.
I set the MaxValue to 25 and the MinValue to -25 in the code behind.
engloon said: I had set the minvalue of the control to -25. But when I type in '-', it didn't show any respond. Same with when I clicked on the 'Down' button on the control. It stopped when it reached '0'.
I had set the minvalue of the control to -25.
But when I type in '-', it didn't show any respond. Same with when I clicked on the 'Down' button on the control. It stopped when it reached '0'.
Okay, but that does not answer my question. What is the InputMask property set to?