I'm using an on key down event for my datagridviewer that fires every time a key is pressed while the datagridviewer is selected(Focused).
I want the same thing to happen while in a cell, but there is no event for key down in a cell.

How do I code one?