All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
Dock
/
DockZone not scrolling in Windows Server 2003
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Damien McCarron
9 posts
Member since:
Jan 2010
Posted 12 Apr 2010
Link to this post
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?
Damien McCarron
9 posts
Member since:
Jan 2010
Posted 12 Apr 2010
Link to this post
I have fixed the problem.
Setting style="position:relative" on the asp:panel the docks now scroll with the panel.
Back to Top
Close