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

Accessing built-in skins when EnableEmbeddedSkins is set to false

1 Answer 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Adrian
Top achievements
Rank 1
Adrian asked on 07 Jul 2014, 04:16 AM
When using skins in ASP.NET AJAX controls for a project I'm working on, I have been asked to enable behaviour for skin customisation. From reading the documentation I figure that I have to set EnableEmbeddedSkins to False in order to use customised skins. Unfortunately this means I can't also allow users to just call "Office2010Black" for a skin name to access one of the embedded skins.

So first of all, am I wrong about how the skins work? Is there a way I can use both embedded and custom skins together (for example, but pulling out all the embedded skins and referencing the skin by path)?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 09 Jul 2014, 04:11 PM
Hi Adrian,

In order to use both a custom and the embedded skins you will need to build a custom Skin assembly, containing all desired skins. You could follow the steps in  the following resources in order to achieve it:
How to Load Skins from External Assemblies - help article
How to load skins from external assemblies - code library


Hope this helps.

Regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Adrian
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or