This is a migrated thread and some comments may be shown as answers.

Tab skips GridViewColumn

1 Answer 79 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David Walton
Top achievements
Rank 1
David Walton asked on 01 Feb 2010, 06:30 PM
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?

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 04 Feb 2010, 09:56 AM
Hello David Walton,

Can  you please paste me your XAML , so I can try to resemble the problem here.

Sincerely yours,
Pavel Pavlov
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
GridView
Asked by
David Walton
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or