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

RadTreeView inside RadOutlookbar

1 Answer 115 Views
OutlookBar
This is a migrated thread and some comments may be shown as answers.
Herve
Top achievements
Rank 1
Herve asked on 18 Oct 2011, 01:35 PM
Hello,

We have a RadTreeView inside the selected contents of a RadOutlookbar.
 
There are
4 items for RadOutlookbar, and each click on each item loads the same TreeView.

However we have an unpleasant side effect, the control gives the impression of a collapse / expand every time.

1. Is it possible to avoid this behavior?
2. Is there a way to load a xaml part in a right side (imagine the details of the mails in Outlook after clicking folder). This means that the left side would never be reloaded. (FYI : We have implemented a MVC with Magellan)

thank you very much
Herve

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 21 Oct 2011, 09:44 AM
Hello Herve,

 This behaviour is not typical for the RadOutlookBar. You can try to set the SelectedContent in the SelectionChanged event handler instead of using 4 RadTreeViews in XAML. In these event handler you can set the details to be shown on the right of the OutlookBar too. 
We recently created a feature request in our PITS related to this scenario. You can vote for it in order to increase its development priority.  

Best wishes,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
OutlookBar
Asked by
Herve
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or