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

Global skin for one control.

1 Answer 25 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 28 Jun 2013, 02:15 AM
Hi,

In my web application is it possible to globally set a particular skin for a particular control to avoid setting the skin property inline?

Thanks,
Ben.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Jun 2013, 03:04 AM
Hi Ben,

Suppose you want to set the Skin as Web20 for every instance of RadMenu, you can write the following code in your Web.config under appSettings.

XML:
<appSettings>
   <add key="Telerik.Menu.Skin" value="Web20"  />
</appSettings>

Thanks,
Shinu.
Tags
General Discussions
Asked by
Ben
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or