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

radslidingpane slides under and not over docked radslidingpane

1 Answer 32 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
ankool
Top achievements
Rank 1
ankool asked on 15 May 2011, 08:12 PM
As per demo, one sliding pane should always slide over docked sliding pane, but in my website the second pane always slides under docked sliding pane. My screen also have Radajaxmanager, so could that effects behaviour of sliding pane.
<rad:RadSlidingZone ID="RadSlidingZoneTree" runat="server" Width="23" SlideDirection="Right"
                                DockedPaneId="RadSlidingPane1">
                                <rad:RadSlidingPane ID="RadSlidingPane1" Title="Pane1" runat="server" Width="220">
                                    pane 1
                                </rad:RadSlidingPane>
                                <rad:RadSlidingPane ID="RadSlidingPane2" Title="Pane2" runat="server" Width="220">
                                    pane 2
                                </rad:RadSlidingPane>

Let me know if I am missing any property here, otherwise I'll need a client side function to manually overlay new sliding pane over existing docked pane.

1 Answer, 1 is accepted

Sort by
0
Niko
Telerik team
answered on 18 May 2011, 12:08 PM
Hello,

After testing multiple scenarios I wasn't able to reproduce the issue that you are reporting. Is is possible that you have any additional CSS resources loaded on the page? If you could also provide the complete setup of the splitter. In that respect, I will need more information in order to drill down the cause of the problem.


Best wishes,
Niko
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Splitter
Asked by
ankool
Top achievements
Rank 1
Answers by
Niko
Telerik team
Share this question
or