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

RadTreeView inside BackstageItem

1 Answer 34 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
imad
Top achievements
Rank 1
imad asked on 08 Aug 2012, 03:06 PM
HI,

I have a RadTreeView inside BackstageItem, the dragdrop is not working by default, so i hooked the DropQueryEvent it always have the position to inside.

As alternative i moved out the RadRibbonBackstage to outside the RadRibbonView and its working as expected (i manually show/hide the RadRibbonBackstage) but the problem is that i am unable to set the default Item, so i am setting the SelectedItem by code, now the RadRibbonBackstageItem is selected but the tab is not focused.

Any solution, or recommendation?

Thank You

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 13 Aug 2012, 03:00 PM
Hi Imad,

Thank you for bringing these issues to our attention. We can confirm that these both are bugs so I logged them in our PITS:
where you can track their progress. I also updated your Telerik account as a small sign of appreciation for bringing this case to our attention.

As a workaround for the selection issue in the Backstage, you can delay the selection. Basically if you apply the selection a bit later - after the control is displayed and initialized, the selected item will be displayed as expected. You can use your code behind logic and decide where and when to define the selected item of the BackstageMenu.

Greetings,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RibbonView and RibbonWindow
Asked by
imad
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or