I have a bound datagridview and a dataset with tables.
I have two sets of comboboxes bound to the same field "Restaurant" in the tables (mirroring each other).
In the "NewEmployeeRestaurant" combobox I change the value and it reflects in the datagridview. I can shoot around clicking all over the datagridview on other employees, but when I return to the employee I changed, the value remains what I changed it to. All is good in the world.
However, when I go to the "EmployeeRestaurant" combobox with the same settings, I change the value and it is reflected in the datagridview. So far so good. But when I go to another employee then click back on that employee I changed, the datagridview still shows the new value but the combobox is empty! NOT COOL!
I went so far as to try to copy the combobox object that IS working and use it, but I get the same issue. I'm dumbfounded. Any ideas?
Thanks!