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

[Solved] Dynamic radDocks in radDockzones

1 Answer 155 Views
Dock
This is a migrated thread and some comments may be shown as answers.
John Horlock
Top achievements
Rank 1
John Horlock asked on 08 May 2008, 04:25 PM

Hi

I have 2 static raddockZones on a page and i load into them dynamic radDocks.
I can disable all the styles except the border around the raddock.

I have set the following on my dock to try and remove the line, which opnly appears if the raddock is in a raddockzone.

dock.DockMode = DockMode.Default
dock.EnableDrag = False
dock.BackColor = Drawing.Color.Transparent
dock.BorderColor = Drawing.Color.Transparent
dock.Title = ""


This has only happened as i have updated the project to the new asp.net AJAX version.
I am currently not using any other style sheets on the raddocks as the default fits my project.

Thanks for any help.
John

1 Answer, 1 is accepted

Sort by
0
Accepted
John Horlock
Top achievements
Rank 1
answered on 09 May 2008, 08:39 AM
In the light of a new day....

i found the answer.
I needed to set the EnableEmbeddedSkins to false

<rad:RadDockLayout runat="server" ID="RadLayout1" Skin="Default" EnableEmbeddedSkins="false" >


John

Tags
Dock
Asked by
John Horlock
Top achievements
Rank 1
Answers by
John Horlock
Top achievements
Rank 1
Share this question
or