I am using a ComboBox with DataBinding source. I am setting DataSource property of binding source and then item are reflected in databinding source.
Item also reflecting in ComboBox.Item.Count when I see in watch, but on UI screen updated item not refreshing.
this.bsInventoryDepartment.DataSource = mLstDepartments;