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?
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.
Try it again embedded in a tree control cell and you'll see what I am talking about. The behavior of the editor is different between a form and embedding in a tree control. I'm guessing there has to be some property or set of properties I need to change to get the form behavior to occur in the tree control...