In the form, I have two combobox that have the same DataSource (their list of elements is the same). When the user selects an item in one of the controls, another control is also selected. This is not what I want.
I would like both lists to be populated with the same DataSource (as I do now), but I would like their selected elements to be independent of each other.
How can i do this?
source
share