We build a web application with only the Telerik controls!
For the moment we manage the skin via the web.config.
So all controls in the pages are without skin attribute.
Now we want to have different skins who are loaded when a customer is logged in the application.
I make a new skin with the Style Builder ( very nice tool ;-) )
I upload this new skin in my project like an App_Themes.
I put in my webconfig the following code:
<
add key="Telerik.EnableEmbeddedSkins" value="false" />
<
add key="Telerik.EnableEmbeddedBaseStylesheet" value="false" />
<
add key="Telerik.Skin" value="MySkin" />
I punt also on the page the theme MySkin.
I can see that all css are loaded but the controls are rendered without style.
I don't know if this approche is the best way for what i want to do.
Also set the information in the web.config is not a solution because the skin is different by customer (I would like to put this in the cs of the master page).
I found a lot of informations, documentations, video etc ... but nothing is very clear for my problem.
I try also differents approche but nothing work.
I'm using the telerik control version 2009.3.1103.20
Is it a problem for the style builder? do i need to migrate to the laste version of telerik?
Could you please help me with this.
In advance thanks,
Edwin.