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

Floating RadPane appears below UserControl

2 Answers 55 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Patrik
Top achievements
Rank 1
Patrik asked on 07 Oct 2010, 07:50 AM
Hello Telerik!

I have a problem with floating RadPanes appearing below custom UserControls. See attached screenshot. Do you have any idea of how to fix this?

I have tried changing Z-index with no effect.

2 Answers, 1 is accepted

Sort by
0
Accepted
Konstantina
Telerik team
answered on 11 Oct 2010, 12:29 PM
Hi Patrik,

Thank you for the screenshot.

This is the default behaviour of the Pane, it does not stay on top of elements outside the Docking control. To overcome this I can suggest you to put the custom UserControl also in the Docking control in a separate SplitContainer and set the following Pane's properties:

<telerik:RadPane PaneHeaderVisibility="Collapsed" CanFloat="False"  CanDockInDocumentHost="False" CanUserClose="False" CanUserPin="False" />

Also, to remove the Compass you could refer to the following help article and for a sample project to this blog post

Hope this information helps. If you have any other questions please let us know.

Regards,
Konstantina
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Patrik
Top achievements
Rank 1
answered on 11 Oct 2010, 12:32 PM
Thank you for your answer. It was actually solved by just putting the XAML-code before the RadDocking element. But I'm sure your method works too!

Cheers,
Patrik
Tags
Docking
Asked by
Patrik
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Patrik
Top achievements
Rank 1
Share this question
or