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

Show Focus use keyboard

1 Answer 35 Views
Menu
This is a migrated thread and some comments may be shown as answers.
THOMAS
Top achievements
Rank 1
THOMAS asked on 07 Sep 2011, 08:25 AM

I’d like to show the focus cue in MenuItem, when I use the keyboard.

<telerik:RadMenu Grid.Row="1" ItemsSource="{Binding Items}" ItemTemplate="{StaticResource MenuItemTemplate}"

HorizontalAlignment="Stretch" VerticalAlignment="Top" ClickToOpen="True" Background="#FFEDEDED"

IsEnabled="{Binding IsEnabled}" IsTabStop="True" TabNavigation="Once"/>

First, I must set the ClickToOpen to true, another way the MenuItem cannot hold the focus (unfortunately).

In Menu it is not possible to set the focus with the keyboard. If I click with the mouse on a MenuItem, I see the focus cue and I can use the Arrow keys.

I changed the StateManager and added additional StoryBoard in TopLevelHeaderTemplate

(RadMenuItem), but the control can’t change the state to focused (with the keyboard).

Do you have any idea, how to implement the keyboard navigation in Menu to see the focus cue?

1 Answer, 1 is accepted

Sort by
0
Dani
Telerik team
answered on 07 Sep 2011, 08:39 AM
Hi Thomas,

Unfortunately, this behavior is currently not supported. Please, vote for it in our PITS.

As this inquiry has already been answered in another thread of yours, this forum thread will be closed.

Regards,
Dani
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Menu
Asked by
THOMAS
Top achievements
Rank 1
Answers by
Dani
Telerik team
Share this question
or