How can i access the events of a comboBox that is inside
of a cell (on dataGridView)
For example i have a dataGridView with one Row.
the first cell have a comboBox with "name", "date", and "age".
i need to make an event when i click "name" on the comboBox,
inside the second cell of the same row, will appear "paul".
thanks!!