On a form, I have two combobox wich have the same DataSource (their elements list are the same). When the user select an item in one of the control, the other control's selected item is also modified. That's not what I want.
I'd like to have both list populated with the same DataSource (as I currently do), but I'd like their selected items to be independent from each other.
How can I do that?