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
4165
Unable to set Negative Value in UltraNumericEditor
posted

Hi,

I have a weird issue with a few ultranumericeditors. 

If I set the value to something negative (just uneTotalSale.Value = -200) the control does not show any value at all (not a 0, just the .). I have the data type set to double. I have a few and they all behave the same way.

Not only that...but if I enter the control I am not able to leave it. There are no events hooked at all.

What am I missing?

Thanks,

M

Parents
No Data
Reply
  • 48586
    posted

    Hello ,

     

    What is the value of MinValue property. It seems to me that you are trying to set a value which is not in the range of MinValue and MaxVAlue property.

     

    I am waiting for your feedback.

Children