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

Always a tab and never a backstage ?

1 Answer 52 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Barry
Top achievements
Rank 1
Barry asked on 19 Jul 2019, 04:04 PM
<p>        private void RadRibbonView_SelectionChanged(object sender, RadSelectionChangedEventArgs e)<br>        {</p><p>              var ribbon = (sender as RadRibbonView);</p><p>              if (ribbon.SelectedItem is RadRibbonTab)<br>              {<br>                  //DO STUFF<br>              }<br>              else if (ribbon.SelectedItem is RadRibbonBackstage)<br>              {<br>                  //DO OTHER STUFF<br>        }</p>

If I click on the backstage, this always triggers as a tab....which is causing me many problems.

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 23 Jul 2019, 09:29 AM
Hi Barry,

I just responded to the other thread you opened on the same issue. So that we keep our conversation history clean and for the thread to be most beneficial to the community, may I kindly ask you to continue any further discussion on the matter there?

Thank you in advance for your cooperation.

Regards,
Dilyan Traykov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
RibbonView and RibbonWindow
Asked by
Barry
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or