When I add two RadPane to the same RadPaneGroup they are open as tabs in the same window
Is there a way to open them in two separate windows next to each other, so every window will have it's own header (right now is the tab's header)?
Thanks!
1 Answer, 1 is accepted
0
Geri
Telerik team
answered on 27 May 2015, 02:53 PM
Hello Moran,
If we understand correctly, what you're trying to achieve is displaying each pane in a separate RadPaneGroup. In order to do this, you need to create as much pane groups as the number of panes you want to display separately. RadPane cannot exist on its own, it always has to be placed inside a pane group. The reason for this requirement is the fact that RadPaneGroup directly inherits RadTabControl, while the RadPane derives from RadTabItem, so panes inside a pane group are displayed as different tabs. Placing a single pane in a pane group would display the header of the pane as a header of the group and will achieve the desired effect.
Hope this helps.
Regards,
Geri
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items