HI,
I populate a dataviewgrid column with DataGridViewComboBoxCell combocell. create the cell on the fly and assign it to the grid cell.
I have to avoid user's up/down arrow to change combo's content (data entry allowed only by mouse).
All grid events ignore cell's edit state.
any easy way to do that?
How can I create an eventHandle for keyDown to these cells.
Thanks,