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

Which Controls Should I Use for Outlook Type Application

1 Answer 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jacques
Top achievements
Rank 2
Jacques asked on 20 Jul 2011, 09:09 AM
Hi there,

I have an application that needs to be built and the Outlook style of application is the closest I can get to explaining how our UI will work.
So far we will have the following:
  1. A RibbonBar
  2. A PageView for Navigating between subsections of the application (exactly like Outlook switches between mail and calender)
  3. A SplitContainer to split the left side navigation from the actual content on the right

Where I get confused is:
I'm assuming the content that appears in the right side window (in Outlook's case this would be the mail items view, or the calender day view) should be built using separate windows. If that's correct do we load those windows as controls into the right side of the split container? (what is the norm when it comes to this kind of scenario?)
When we switch from Mail to Calender, how do we change the RibbonBar to be specific to that feature as is done in Outlook?

Thanks
Jacques

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 22 Jul 2011, 04:01 PM
Hello Jacques,

Thank you for the question.

For the different views in the right part of your application you can use different RadPanels to contain your controls. Depending on the selection in the RadPageView, you just need to call the BringToFront method of the RadPanel that should be shown.

As to RadRibbonBar, on the SelectedPageChanged event you have to add (insert) and remove the approriate RibbonBar tabs/groups.

These approaches are demonstrated in the attached sample project.

I am not sure that I understand your questions about the norms. Generally, each specification is individual and it depends on you and your scenario how many RadPanels you will place on the right side of the applicaiton.

I hope this helps. If you have additional questions, feel free to write back.

All the best,
Nikolay
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
General Discussions
Asked by
Jacques
Top achievements
Rank 2
Answers by
Nikolay
Telerik team
Share this question
or