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
65
UltraNumericEditor`s numerictype property is integer,when leave focus,How does the same action just like numerictype property is double.
posted

hi,

When UltraNumericEditor`s numerictype is integer,and nullable is false,

if I type anything and leave focus wil be set default value of 0.

How does the same action just like numerictype property is double,can`t leave the textbox?

Any help would be appreciated.Thanks!

Parents
No Data
Reply
  • 18204
    Offline posted

    Hello gyoo,

    Thank you for posting in our forums!

    I understand that the behaviors between using Integer and Double NumericTypes is different and I can reproduce this.

    So I may better assist you, please clarify what you are trying to accomplish.

    Do you want your users to be able to leave focus when NumericType is Double, or are you trying to restrict your users to enter a valid value with an Integer NumericType?

    Looking forward to hearing from you.

Children