Home › Forums › WinForms controls › Xceed Grid for WinForms › GridControl KeyDown event not raised on Tab › Reply To: GridControl KeyDown event not raised on Tab
You’re right. I tried it and got the same result. If you want to detect the leaving of the grid, you can catch the Leave-event of the GridControl.
I think the grid was designed like this:
– to navigate the grid, use: Left, Right, Up, Down, PageUp, PageDown, Home, End
– press Tab to go to the next <b>input field</b>: when editing, this is the next cell in the grid, else this is the next control
Imported from legacy forums. Posted by Tommy (had 363 views)