Hi everybody :cheerful:
In a DataGridView one of the columns' type is DataGridViewComboBoxColumn. The question is: Which one of the events (in VB .NET 2010) exactly occures when we do select an item of a ComboBox on the DataGridView? Since CellEnter, CellClick, CellContentClick, CellEndEdit, CellValueChanged and etc occure before of selecting ComboBox items or after completing of the editing process, so is there an event for that or should I write a special new event trapper code for it?
Best wishes.
In a DataGridView one of the columns' type is DataGridViewComboBoxColumn. The question is: Which one of the events (in VB .NET 2010) exactly occures when we do select an item of a ComboBox on the DataGridView? Since CellEnter, CellClick, CellContentClick, CellEndEdit, CellValueChanged and etc occure before of selecting ComboBox items or after completing of the editing process, so is there an event for that or should I write a special new event trapper code for it?
Best wishes.
Last edited: