We have our "Save" button located on an UltraToolbarManager. The problem is that when clicking this save button directly after editing a control with bound data, the new value entered into the bound control is not picked up in DataSet.GetChanges(). The user has to first tab out of the control, then click the save button. One work around I have found is upon clicking on the save toolbar, set the focus to another control before actually saving. This is quite annoying and not always feasible if there isn't another control on the form to focus!
It seems like the tool bar prevents a particular "EndEdit" sort of event from firing, something that placing the same save code behind a command button instead is able to call.
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.