Hi,
I am running the following xaml:
<
Grid
><
br
> <
telerik:RadRibbonView
telerik:KeyTipService.IsKeyTipsEnabled
=
"True"
><
br
> <
telerik:RadRibbonView.ApplicationMenu
><
br
> <
telerik:ApplicationMenu
telerik:KeyTipService.AccessText
=
"F"
><
br
> <
telerik:RadRibbonButton
Content
=
"New"
telerik:KeyTipService.AltAccessText
=
"N"
/><
br
> </
telerik:ApplicationMenu
><
br
> </
telerik:RadRibbonView.ApplicationMenu
><
br
> </
telerik:RadRibbonView
><
br
> </
Grid
><
br
>
When I do "Alt+F", it opens the main menu like it should, but then if I press "N" alone, it clicks the button but does not close the application menu (and the access key disappears too). If I press "Alt+N", it closes the application menu promptly. My question is how do I close the application menu on just "N" alone?
Any ideas?
Best