November 8, 2009
When using any control with data-binding or either standard ComboBox control or ComboBoxItem control on popup menu, toolbar or any popup in conjunction with setting the DataSource property you will need to set the BindingContext property manually as well. Internally Windows Forms ComboBox takes the BindingContext from the parent control to perform DataSource binding. Since […]