How I can remove the close (cross) button from the dock's top right position?
Also, how to customize (change/remove) the border of a RadDockZone (see attached jpg)?
Thanks
1 Answer, 1 is accepted
0
Pero
Telerik team
answered on 14 Jul 2010, 02:07 PM
Hello Ajay,
You can control the commands of the RadDock control for ASP.NET AJAX in the following ways:
Using the DefaultCommands property, you could specify which commands are to be used by the RadDock
Using the <Commands> inner tag of the dock and listing the commands which you want to appear in the titbar. The commands will appear in the exact order they are specified.
The following source code shows a dock having only the ExpandCollapse command:
The easiest way to disable a border of a RadDockZone is by setting the BorderStyle="None" property. You could specify a different border color using the BorderColor property.
Best wishes,
Pero
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items