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