We have a form with multiple ComboBoxes. Note...the ComboBoxes are on
multiple tabs.
We have no trouble with the general bindings...the list is fine, the correct
item is selected on the list to match the data. We are not sharing the same
list with multiple ComboBoxes.
The issue is that when the user selects a different item from the list, the
data store behind the ComboBox isn't updated until the LostFocus event
fires, not the SelectedValueChanged or the SelectedIndexChanged events as I
would have expected.
Kyle Jedrusiak
|