I have a gridView on a Windows form. I need to display contents of a cell in a textbox. I can do it on click of the cell using CellContentClick, but if user uses tab or arrow keys to get to a particular cell then same functionality should hold. I cannot figure out how to capture arrow keys on grid. Please suggest!