Hello Raffy,
First of all, could you please clarify which RadControls set are you using, RadControls for ASP.NET AJAX or RadControls for ASP.NET Classic?
1. RadDock for ASP.NET AJAX
You should set the RadDock's
DockHandle property to DockHandle.
None, and use the following CSS to disable the borders on the RadDock controls on the page:
Setting BorderStyle="None" will disable the borders of the RadDockZone.
2. RadDockableObject for ASP.NET Classic
Set the
DockingMode property of the RadDockableObject to
Disabled, and only the content will be shown. Here is an example that demonstrates this:
http://demos.telerik.com/aspnet-classic/Dock/Examples/DockingModes/DefaultCS.aspx.
Setting BorderStyle="None" will also disable the borders of the RadDockingZone.
Kind regards,
Pero
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.