I have a couple of combobox in a datagridview control (winform)
1-I select a new value.
2-I click elsewhere on the form (out of any controls OR out of any cells but inside the DGV control)
If I use my mousewheel, the value of the combobox I just edited may be changed. I would like the combobox to lose focus once I edited it.
I already have an event that is fired when a combobox is changed but after that nothing works... I tried to select another control and to use the ClearSelection method of the DGV but it doesn't work.
1-I select a new value.
2-I click elsewhere on the form (out of any controls OR out of any cells but inside the DGV control)
If I use my mousewheel, the value of the combobox I just edited may be changed. I would like the combobox to lose focus once I edited it.
I already have an event that is fired when a combobox is changed but after that nothing works... I tried to select another control and to use the ClearSelection method of the DGV but it doesn't work.
Comment