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
360
UltraNumericEditor MaxValue Problem
posted

Hallo,

I've got a problem with the UltraNumericEdit. I specified a max value of 99.999.999. The controll allows an input with decimal places.

If I type in 99.999.999,99, I can't leave the controll anymore. The following settings were changed:

- MaskClipMode => InclueLiterals

- MaskDisplayMode => Include Both

- NumericType => Double

Any suggestions?