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

Custom skins in web.config

1 Answer 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Fred
Top achievements
Rank 1
Fred asked on 28 Jun 2012, 07:14 PM
I have created a custom skin with stylebuilder and generated a dll with the tool provided in http://www.telerik.com/community/forums/aspnet-ajax/style-builder/tool-for-embedding-custom-skins-into-an-assembly.aspx 

Then, in web config i have the following:

<add key="Telerik.Skin" value="MySkin"/>
<add key="Telerik.EnableEmbeddedSkins" value="false" />
<add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />

It's not working... Do i need to specify the EnableEmbeddedskins in each control?

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 03 Jul 2012, 11:14 AM
Hello Frederico,

It is recommended to use the RadStyleSheetManager in order to include custom skins from an external assembly. Please check the help article RadStyleSheetManager and utilize the described approach to incorporate the new skins in your project.

Greetings,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Fred
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or