G
Guest
When I have 2 comboboxes whos datasource is the same datatable I get some unexpected (and unwanted) behavior. When I change the selection in either combobox, the other changes to match it. The behavior probably applies to other controls as well.
I would guess binding is being overly helpful, but I need to know how to disable it.
I've considered just making of copy of my datatable for one of the controls, but I doubt that is the proper solution.
I would guess binding is being overly helpful, but I need to know how to disable it.
I've considered just making of copy of my datatable for one of the controls, but I doubt that is the proper solution.