I was wondering if there is a way to hook into how the Ctrl+Tab works in the RadGridView?
Currently the Ctrl+Tab acts just like the Tab and we would like to move focus out of the RadGridView when a user hits Ctrl+Tab.
In .XAML you can define KeyboardNavigation.ControlTabNavigation, but I've had no luck so far with this. Any help would be appreciated.
Currently the Ctrl+Tab acts just like the Tab and we would like to move focus out of the RadGridView when a user hits Ctrl+Tab.
In .XAML you can define KeyboardNavigation.ControlTabNavigation, but I've had no luck so far with this. Any help would be appreciated.