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

RadDock Height/Width expands when collapsing/expanding or resizing

1 Answer 176 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Tanner
Top achievements
Rank 1
Tanner asked on 05 Mar 2014, 08:06 PM
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:
 
<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">

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 10 Mar 2014, 02:12 PM
Hi Tanner,

I tried to reproduce the reported issue, but to no avail. You can find attached my test page and a screen capture that shows the RadDock's behavior on my end. Please check them and let me know if I am missing something in order to recreate your scenario.

The behavior you described could be a result of applying custom CSS styles to the RadDock controls. Are there such styles and if there are, is the problem examined when you remove them? Note that these may also be global styles that are applied to the HTML elements of the docks.

Note that I am guessing as to what your full setup is. If possible, please modify the attached page in order to reproduce the issue. You can also create a simple, fully runnable project that isolates the problem so that I can inspect it on my end and provide a more to the point answer.

Regards,
Slav
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
Dock
Asked by
Tanner
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or