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

DockZone not scrolling in Windows Server 2003

1 Answer 41 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Damien McCarron
Top achievements
Rank 1
Damien McCarron asked on 12 Apr 2010, 11:22 AM
I have create a dockZone in a scrolling panel.

This works fine on my development machine (vista) and when hosted on an XP machine.

However, when I host the page on Windows Server 2003 the dockZone does not scroll with the panel.

<asp:Panel ID="plBottom" runat="server" Height="500" ScrollBars="vertical" > 
   <br /> 
    <telerik:RadDockZone ID="zone1" runat="server">  
        <telerik:RadDock ID="dock1" runat="server" Title="doc" DockMode="docked" EnableDrag="false" /> 
        </telerik:RadDockZone> 
        <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> 
        <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> 
        <br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /> 
        end   
</asp:Panel> 

Any suggestions?

1 Answer, 1 is accepted

Sort by
0
Damien McCarron
Top achievements
Rank 1
answered on 12 Apr 2010, 03:51 PM
I have fixed the problem.

Setting style="position:relative" on the asp:panel the docks now scroll with the panel.



Tags
Dock
Asked by
Damien McCarron
Top achievements
Rank 1
Answers by
Damien McCarron
Top achievements
Rank 1
Share this question
or