good morning, I really need your help about creating relative mdi forms if it's possible. the main idea is that I wanna get multiplpe forms which have some common controls, for exemple I use the radPanelBar and that it wil be shown in every form that I call.Do you have a suggestion? Thanks!
1 Answer, 1 is accepted
0
Julian Benkov
Telerik team
answered on 11 Jun 2007, 08:58 AM
Hi Mlle,
you can use RadDock and it's TabbedDocuments API. The best approach is to inherit UserDockForm for your forms which have some common controls, and call the SetDocument() function of DockingManager.
In the upcoming SP2 release, the Telerik DockingManager will be extended to automatically manage MDI child windows of parent/host form.