numericUpDown Databinding problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I need to be able to databind a numericUpDown control to a property on an
object. Unfortunately there are some bugs with this control. When the user
clicks or tabs away from the text portion of the control the value property
isn't updated. This is discussed in this article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;814347.

While their suggested bug fix will validate the text property and update the
value propterty, databound objects to the value property aren't updated. If
I bind to the text property the object gets the update but it is not
validated.

Any suggestions?
 
Back
Top