Can I put more than one RadSplitContainers inside a DocumentHost since I need two RadPanes inside the documentHost that is user resizable? It throws exceptions when I do so. What is the purpose of DocumentHost?
1 Answer, 1 is accepted
0
George
Telerik team
answered on 16 Oct 2012, 01:40 PM
Hello,
The DocumentHost is meant to be used as a main area in the RadDocking control. Please, refer to the following online help articles for more detailed information:
The DocumentHost is a content control and only one RadSplitContainer can be placed there, but you could place more than one PaneGroup (or event SplitContainer) there. For example, to place two groups in the DocumentHost, please refer to the following lines of code: