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

RadDock Header cut off in a DockZone w/ Multiple Docks

2 Answers 23 Views
Dock
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 12 Aug 2015, 06:16 PM

With 1 dock in a dockzone it works fine (picture 1)

but with 2 docks, the previous dock's header is being cut off. (picture 2)

anyway to fix this?

I've tried increasing div.RadDock.rdCollapsed height.  Does not help.

2 Answers, 1 is accepted

Sort by
0
John
Top achievements
Rank 1
answered on 12 Aug 2015, 09:26 PM

I was able to figure it out, I had to use custom CSS class on my docks.

But this would increase height of all Docks.  Is there way to increase the height of collapsed docks that are necessary?

here is a picture of what I'm trying to do.

 

0
Danail Vasilev
Telerik team
answered on 17 Aug 2015, 10:32 AM
Hi John,

You can set a particular dock class through which you can make the CSS cascade:

<telerik:RadDock ID="RadDock1" runat="server" CssClass="myDockClass">

Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Dock
Asked by
John
Top achievements
Rank 1
Answers by
John
Top achievements
Rank 1
Danail Vasilev
Telerik team
Share this question
or