I want to display a message when items in DataGridViewComboBox has been changed. I am able to perform it partially by taking help of datagridview CellbeginEdit event and CellEndEdit event but that is not up to mark. I want it as it happen in combobox selection change event.
I had google it for solving but not get appropriate help.
Any help will be appriciated.
use EditingControlShowing event for it
this is only an example program to show how to do it