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

MDI Scenario and the Transition Control

3 Answers 69 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
Jacques
Top achievements
Rank 2
Jacques asked on 30 Jul 2012, 02:59 PM
Can the transition control be used in an MDI type scenario?

We have an application with multiple views, but each of them should only be showed inside the main view.

Is this advisable or is it a bad idea?

Thanks,
Jacques

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 02 Aug 2012, 02:42 PM
Hello Jacques,

RadTransitionControl is a ContentControl that applies a transition effect when its content changes. I am not sure in your case how the multiple views are implemented, so I cannot tell whether using TransitionControl will be possible. Could you please send us more details about the exact scenario? Thanks in advance.

Greetings,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Jacques
Top achievements
Rank 2
answered on 03 Aug 2012, 08:29 AM
Ok well basically it's a mutli form application with distinct grouped areas. For example:
1. Home (dashboard)
2. Projects
3. Employees
4. Configuration

Each of these areas have a menu/button that activates it. Opening the application will start you off on the dashboard, then when you click on Projects we want the dashboard view to be animated out and the projects view to be animated in.
Concerns I have are the usual performance, usuability, etc.
My main thoughts are about how to achieve this.
At one point I thought of using WPF pages, but I'm not sure that's right. (I saw this in your Transition control, but wasn't sure it's appropriate for anything but content)
I thought of the TileView control, but that looks like the wrong approach as well.

Do you need more info?

Regards,
Jacques
0
Yana
Telerik team
answered on 08 Aug 2012, 10:57 AM
Hello Jacques,

You can use different UserControls for each of these groups and animate them with the help of the TransitionControl. I've attached a simple project demonstrating the approach, please download it and give it a try.

Regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
TransitionControl
Asked by
Jacques
Top achievements
Rank 2
Answers by
Yana
Telerik team
Jacques
Top achievements
Rank 2
Share this question
or