Hi!
I've got a data source with one table, two columns.
Now, I want two comboboxes displaying them in tandem, each combobox one column. This I got working too.
The problem is, that the values appear only sorted in one combobox, the one displaying the column the bindingsource uses for sorting.
So, if I have three rows (a,3), (b,2), (c,1) in my data table, set the binding source to sort according to the letter column, the first combobox shows the letters sorted all right, but the second combobox shows 3,2,1.
Is it possible to have two comboboxes, one showing a,b,c and the other chowing 1,2,3 and the two comboboxes still synchronized to the same dataset?
Lots of Greetings!
Volker