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

How to apply themes to radcontrols

1 Answer 169 Views
SkinManager
This is a migrated thread and some comments may be shown as answers.
Nagesh Mynedi
Top achievements
Rank 1
Nagesh Mynedi asked on 20 Jan 2010, 04:08 PM
My Requirment is like this

We have developed the entire application using the radcontrols and normal controls,in my app_themes i have 5 different themes in which it have stylesheet,skinfile and images.

In the skin file when i add a normal control  it is reflecting but for radcontrols it is not working

Example of skin file for one theme

 <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
 
 <telerik:RadDock  runat="server" CssClass="Sunset.css"  SkinID="Dock"  />
 <telerik:RadDockZone runat="server" CssClass="Sunset.css"  SkinID="DockZone" />
 <telerik:RadScheduler runat="server" CssClass="Scheduler.Sunset.css" SkinId="Schedule" />
I have removed the skin property and enableembeddedskins=false and given the skinid for controls.

can u please explain me how to apply

thanq u in advance



1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 20 Jan 2010, 04:25 PM
Hello Nagesh,

CSS classes cannot contain dots. Are you really trying to use such CSS classes or you are setting CSS file names as CSS classes?

Where are you setting the Skin names?

Also, it is not clear whether you are using custom skins or embedded skins.

In case you are not sure about the skinning mechanism of RadControls, please refer to:

http://www.telerik.com/help/aspnet-ajax/controlling-appearance-overview.html

(and the other articles in the same section as well)


Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
SkinManager
Asked by
Nagesh Mynedi
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or