Hello,
Is there a way to force (programatically) part edit boxes (Int32EditBox, DoubleEditBox, etc.) to take the latest value currently typed and attempt to update the binding source with that value (or committ the value)? For something like the regular WPF TextBox, I can just simply retrieve the binding expression for its Text property and call UpdateSource even though the TextBox is using the LostFocus trigger, but this did not work for the Actipro edit boxes (I do understand that the Actipro edit boxes are significantly more complex than the WPF TextBox). Note that I am still working with legacy editors and cannot update at this time.
Thank you