Hello!
I have a UltraNumericEditor that has a MinValue = 00.00 and a MaxValue 10.00!
My problem is that I can input the value 10.99... Is that normal?
Thank you.
Best regards,
Maria
It does not seem to be the case. I checked it out and found it wrong
Dear Developers --
FYI, it looks like...
If NumericType = Double, then it seems like the largest MaxValue = 1E+308 (and the smallest seems to be -1E+308)...
...so that seems to work.
Thanks.
-- Mark Kamoski
Is there a way to get the UltraNumericEditor to display scientific notation???
Hello,
Yes. it solved my problem. I used your example.
Thank you very much.
Yes, I've solved my probem with your example!
Thank you :)