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

Control that holds Forms

2 Answers 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 27 Apr 2017, 12:49 AM

Thanks to Telerik support, I've gotten through all of my initial hurdles.  Now I need help with a Menu system.  What I'm asking here is just to be pointed to the right direction.  I'm looking for a menu control that sits on top or to the side of the screen, where a user clicks on an item, and that spawns an entirely new form inside the 'main' container to the right or bottom.  The user could click on the exact same item and it would spawn an entirely new form of the same type. (and go over the original form)  Or the user could select a different item and a different form is made.  

There should also be a small title bar that shows each form that was made (and have the option to close them).  

Is there anything that does this?  Or something that could be tailored to this?

2 Answers, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 27 Apr 2017, 10:06 AM
Hi Daniel,

Thank you for writing. 

For the menu part, you can use CommandBar and just dock it to the desired part of the screen. 

For the windows part, you can use RadDock. With RadDock you can add your existing forms directly. The following article shows detailed information: Docking user controls and forms

I hope this will be useful. Let me know if you have additional questions.

Regards,
Dimitar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Daniel
Top achievements
Rank 1
answered on 27 Apr 2017, 12:04 PM
Yes, that's exactly what I was looking for.  Thanks!
Tags
General Discussions
Asked by
Daniel
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Daniel
Top achievements
Rank 1
Share this question
or