I have a datagridviewer with a couple of columns.
As predefined when you press TAB, it moves to the next cell.
If you press Shift + TAB, it moves back to the previous cell.
ENTER button takes you to the next row.....
What I need to do is to change the events of some of these buttons.
I want the ENTER button to have the same event as the TAB button AND I want the ESCAPE Button to fire the same event as the (SHIFT + TAB) button
How do I do this?
