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
345
UltraNumericEditor MinValue=0 MaxValue=100 but it allows me to enter upto 100.99
posted

In UltraNumericEditor ,

i have the MinValue=0 and MaxValue=100

NumericType=double

 but it allows me to enter upto 100.99

 

how to resrict that to 100.00

Parents
  • 37774
    Verified Answer
    posted

    I'm assuming that the control is not letting you exit edit mode, or lose focus, with a value of 100.99.  If so, this is the expected behavior with the mask controls because it is not possible to determine if the user was editing the decimal portion with the intent of changing the integer portion afterwards.  For example, the user might already have 100 as the value and decide to type in ".99", then afterwards change the 100 to 50.

    -Matt

Reply Children