When focus is on a check box column in a grid, the grids keypressed event does not appear to be fired. Since we want to move to the next cell with arrow key movement, this is a problem for us. Any ideas?
Did you try KeyUp or KeyDown? If I recall correctly, KeyPress is not supposed to fire for the arrow keys or other navigational keys.