2017-02-22

Im strugling with multicolumn combobox in DataGridView.

I want to expand combobox when user click on combobox column (named Status) and when user confirm selection in combo, i would like to update item directly.

Now when i clik on combobox first i see writen model name which is datasource for combo. When i click on arrow down for expand, everything is displayed as it should be. Then when i click on item in combo again i

see name of model and when i click outside ob cell everything is as expected.

Show more