Hello everyone,
I am working with RadDock on an ASP.NET page and having problems with both collapse/expand and resizing the control. When I collapse and expand the control repeatedly the height of the control grows by about 3-5 pixels. When I resize the control the height AND width expand around 3-5 pixels beyond what I resized it to. (e.g I resize the control from 400x400 to 500x500 and release the mouse it will grow to 503x503)
Attached is a picture of the RadDock before a collapse and then after a collapse and expand.
I'm using Telerik product version: 2013.1.326.45 and IE 10
Thanks for any help!
The control is setup as follows:
I am working with RadDock on an ASP.NET page and having problems with both collapse/expand and resizing the control. When I collapse and expand the control repeatedly the height of the control grows by about 3-5 pixels. When I resize the control the height AND width expand around 3-5 pixels beyond what I resized it to. (e.g I resize the control from 400x400 to 500x500 and release the mouse it will grow to 503x503)
Attached is a picture of the RadDock before a collapse and then after a collapse and expand.
I'm using Telerik product version: 2013.1.326.45 and IE 10
Thanks for any help!
The control is setup as follows:
<telerik:RadDock ID="RadDockItems" DockMode="Default" CssClass="dashboardDock" Resizable="true" EnableDrag="true" Title="Follow-up" Height="405px" Width="1111px" DefaultCommands="All" Left="10px" Top="307px" Pinned="true" OnClientResizeEnd="RadDockItems_ResizeEnd" OnClientInitialize="DockInitialize" runat="server">