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

Separate RadPane in RadPaneGroup

1 Answer 57 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Moran
Top achievements
Rank 1
Moran asked on 23 May 2015, 07:44 AM

Hello,

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

Sort by
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
Tags
Docking
Asked by
Moran
Top achievements
Rank 1
Answers by
Geri
Telerik team
Share this question
or