I use data binding to display values in text boxes in WinForms client (C#). When the user clicks Save, I persist my changes to the DB. However, the new value in the active editor is ignored (the previous value is saved). If I tab out of the active editor, then Save, the new value is persisted, as expected.
Is there a way to force the active control to accept its value before persisting?