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
40
UltraNumericEditor won't accept numbers greater than zero
posted

I have set the UltraNumericEditor to a NumericType of double but no matter what I use for the MaskInput, I can't get it to accept a number greater than zero.  Specifically, I am trying to set it to a value of 26.028 and whether I use the .Value property or the .Text property, the value that is shown in the debugger is always zero.

How can I get it to accept the number 26.028?