This question is locked. New answers and comments are not allowed.
Hi,
I've got a custom control inside a GridViewColumn and when tabbing through the columns of my control, focus skips from the GridViewComboBoxColumn on the left to the GridViewDataColumn on the right.
I thought I'd listen for KeyDown on the RadGridView and when keyEventArgs.Key == Key.Tab on the preceding column, manually move focus to the inner control, but apparently Key.Tab is intercepted: my event handler never fires except on Shift-Tab for the first cell of the first row and Tab for the last cell of the last row.
Can you offer any assistance?