numericUpDown Databinding problem

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top