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

How to set a skin for raddatepicker and radedatetimepicker

1 Answer 149 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
andy
Top achievements
Rank 1
andy asked on 29 Jun 2009, 12:21 AM

I want to set a skinid for only raddatepicker and raddatetimepicker.

As per the documentation, it is possible to specify not only the global value for skin but per control skin values

<appSettings>
   
<add key="Telerik.Skin" value="Hay" />
   
<add key="Telerik.Menu.Skin" value="Sunset" />
   
<add key="Telerik.ComboBox.Skin" value="Sunset" />
</
appSettings>

So what should I code for RadDatePicker and RadDateTimepicker.

I have tried

<

 

add key="Telerik.Calendar.Skin" value="Outlook" />
and

 

<

 

add key="Telerik.RadDatePicker.Skin" value="Outlook" />
and

 

<

 

add key="Telerik.RadDateTimePicker.Skin" value="Outlook" />

but none of these settings have worked.

 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 01 Jul 2009, 10:57 AM
Hello Andy,

You should use keys without "Rad":

<add key="Telerik.DatePicker.Skin" value="..."/>
<add key="Telerik.DateTimePicker.Skin" value="..."/>
<add key="Telerik.TimePicker.Skin" value="..."/>


Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Calendar
Asked by
andy
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or