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
907
Looking for an embedded editor that works like MS NumericUpDown...
posted

I've been experiment with UltraNumericEditor and having no success.  It MinValue validation occurs with every keystroke, so if you set a min value of 10, the editor is unusuable if you try to type in it.  I am also unable to get the button to show up for incrementing the number up or down.

Any suggestions?

Parents
  • 469350
    Offline posted

    tribbles said:
    I've been experiment with UltraNumericEditor and having no success.  It MinValue validation occurs with every keystroke, so if you set a min value of 10, the editor is unusuable if you try to type in it.

     

    I just tested this out by placing a new UltraNumericEditor control on a form and setting it's MinValue to 10 and I have no problem typing into the control. 

    tribbles said:
    I am also unable to get the button to show up for incrementing the number up or down.

    Set the SpinButtonDisplayStyle property. 

Reply Children