How to get keypressed, keydown events from DataGridView data cells
- by extropy
Hi.
I need to recieve the key press events during cell editing in DataGridView control.
From what I have found on the net the DataGridView is designed to pass all key events from DataGridView to the cell editing control and you cannot get these events easily.
I found this peace of code http://www.codeproject.com/KB/grid/DataGridCellEvents.aspx that traps those events for DataGrid control, but that does not work for DataGridView.