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
530
Ultranumericeditor doesn't allow null values (winforms)
posted

Hi

So I have this ultranumeric editor in a form which is bound to a ultrawingrid. When the editor does not have a value initially, I can tab out to another control of click around on the form. However, when I enter a value in the numeric editor, then delete it, I am unable to tab out to another control. It seems like the editor doesnt loose foucs unless I enter a value in it (entering zero works as well).

I am sure this is simple, I tried different options none of which were fruitfull! Any suggestions would help!

  • 469350
    Suggested Answer
    Offline posted

    Is the UltraNumericEditor bound? What property of the control are you binding?

    The control itself does allow null, so I suspect it's your data source that does not.