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

RadPane Zorder problem in RadDocking

2 Answers 74 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 30 Jan 2013, 11:17 PM

I have created a usercontrol that contains a RadDocking control, with several panes, but  they seem to lose their "z-order" when panes are closed.
.

For example, if I add 3 panes (pane1,pane2,pane3) to a panegroup in the following order: pane1, pane2, pane3.

I close pane 3, and pane 1 becomes the active pane instead of pane 2 - it is as if it goes back to the 1st item in the pane group

Any ideas?

Here is the XAML:

<telerik:RadDocking>
    <telerik:RadDocking.DocumentHost>
            <telerik:RadSplitContainer>
                <telerik:RadPaneGroup>
                    <telerik:RadPane x:Name="pane1" Title="pane1">
            <TextBlock Text = "pane1" />
            </telerik:RadPane>

                    <telerik:RadDocumentPane x:Name="pane1" Title="pane2">
            <TextBlock Text = "pane2" />
            </telerik:RadDocumentPane>

                    <telerik:RadPane x:Name="pane3" Title="pane3">
            <TextBlock Text = "pane3" />
            </telerik:RadPane>
        </telerik:RadPaneGroup>
            <telerik:RadSplitContainer>
 <telerik:RadDocking.DocumentHost>
</telerik:RadDocking>

2 Answers, 1 is accepted

Sort by
0
Patrick
Top achievements
Rank 1
answered on 31 Jul 2014, 12:13 AM
Hi,

Has this issue been resolved yet?
0
Vladi
Telerik team
answered on 31 Jul 2014, 11:01 AM
Hello Patrick,

Thank you for contacting us.

We tried to reproduce the described issue in both our latest and the previous versions of RadDocking but to no avail. When the "Pane 3" is closed the "Pane 2" becomes active not the "Pane 1" which is the expected behavior. I recorded a short video showing how the scenario run on our side.

As we see that you have posted another thread (with ID: 844999) about the same issue could we continue the discussion there.

Regards,
Vladi
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Docking
Asked by
Rick
Top achievements
Rank 1
Answers by
Patrick
Top achievements
Rank 1
Vladi
Telerik team
Share this question
or