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

RadDockZone change DockCommand Icon

1 Answer 76 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Jahangeer
Top achievements
Rank 1
Jahangeer asked on 24 Nov 2015, 12:22 PM

I have telerik RadDockZone and I have placed three closing window, setting window and refresh window icons something like this

 

<telerik:RadDockZone Style="border: 0;" runat="server" ID="RadDockZone1"> <telerik:RadDock runat="server" ID="RadDock1" DockHandle="TitleBar" Height="100%" Width="100%" EnableRoundedCorners="true" EnableAnimation="false"> <Commands> <telerik:DockCloseCommand></telerik:DockCloseCommand> <telerik:DockCommand Name="Custom Command" OnClientCommand="CustomCommand"></telerik:DockCommand> <telerik:DockCommand Name="doRefresh" Text="Refresh" AutoPostBack="true" CssClass="CustomCommandRefresh" /> </Commands> <ContentTemplate> <asp:Panel runat="server" ID="Panel1" Style="height: auto; width: auto" /> </ContentTemplate> </telerik:RadDock> </telerik:RadDockZone>

 

I just want to change Refresh icon which is

 

<telerik:DockCommand Name="doRefresh" Text="Refresh" AutoPostBack="true" CssClass="CustomCommandRefresh" />

 

to something else is it possible to change default icons for telerik docks?? please find attached image to further illustrate 

 

1 Answer, 1 is accepted

Sort by
0
SANJAY
Top achievements
Rank 1
answered on 20 Jan 2016, 04:15 PM

I was looking to simillar problem and found this

http://docs.telerik.com/devtools/aspnet-ajax/controls/dock/commands/styling-custom-commands

 

Regards

Tags
Dock
Asked by
Jahangeer
Top achievements
Rank 1
Answers by
SANJAY
Top achievements
Rank 1
Share this question
or