Trent L. Taylor (07/05/2007)
You have to set the controls BIndingUpdateMode to OnPropertyChanged rather than OnValidate in order to have the underlying data source updated when the value is changed rather than when the control is validated.
Hmmmm... but what if you need it to be OnValidate due to the issue discussed in Odd Textbox Behavior (http://forum.strataframe.net/Topic13601-7-1.aspx?Highlight=onvalidation)?