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

Navigating in Backstage

1 Answer 101 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Rieni De Rijke
Top achievements
Rank 1
Rieni De Rijke asked on 12 Mar 2012, 02:36 PM
When I open Backstage in - let say - Word, I can (at once) navigate with the arrow and tabkeys.
I can navigate to buttons like Close and Save and then use the enter-key to execute the methods.
I try to do the same in the RadViews backstage, but it won't work.
How could I get this expected behavior in this backstage?
I tried IsSelectable, IsStapstop and more, but could not get i right.
The keyboardnavigation in Telerik example of the BackStage (Telerik editor) does not work either.

<telerik:RadRibbonBackstage>
<telerik:RadRibbonBackstageItem Header="Modules" IsDefault="true">
<Grid>
....
</Grid>
</telerik:RadRibbonBackstageItem>

<telerik:RadRibbonBackstageItem Header="Setup">
<Grid>
....
</Grid>
</telerik:RadRibbonBackstageItem>

<telerik:RadRibbonBackstageItem CloseOnClick="True" Header="Open" Icon="open.png" Click="OpenClick" />
<telerik:RadRibbonBackstageItem CloseOnClick="True" Header="Edit"    Icon="edit.png" Click="EditClick" />
<telerik:RadRibbonBackstageItem CloseOnClick="True" Header="Save"  Icon="save.png" Click="SaveClick" />

<telerik:RadRibbonBackstageItem IsGroupSeparator="True"/>

<telerik:RadRibbonBackstageItem CloseOnClick="True" Header="Close" Icon="close.png" Click="CloseClick" />

</telerik:RadRibbonBackstage>

1 Answer, 1 is accepted

Sort by
0
Viktor Tsvetkov
Telerik team
answered on 15 Mar 2012, 09:54 AM
Hi Rieni,

Thank you for your feedback. I have logged this issue in our PITS under the name "RibbonView: Backstage doesn't support keyboard navigation" and it will be ready for tracking and voting tomorrow the latest. I have updated your Telerik points.

Greetings,
Viktor Tsvetkov
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
RibbonView and RibbonWindow
Asked by
Rieni De Rijke
Top achievements
Rank 1
Answers by
Viktor Tsvetkov
Telerik team
Share this question
or