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
40
UltraNumericEditor won't accept numbers greater than zero
posted

I have set the UltraNumericEditor to a NumericType of double but no matter what I use for the MaskInput, I can't get it to accept a number greater than zero.  Specifically, I am trying to set it to a value of 26.028 and whether I use the .Value property or the .Text property, the value that is shown in the debugger is always zero.

How can I get it to accept the number 26.028?

Parents
No Data
Reply
  • 8607
    Offline posted

    Hello pensatrice,

    I have attached a sample that shows how to allow both the user to input a double value, and also how to set it through code (a button click event).

    If this does not help, could you please explain what is different in your application?


    Elizabeth Albert
    Localization Engineer

    WindowsFormsApplication1.zip
Children