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

[Solved] RadDatePicker SkinID

1 Answer 186 Views
Input
This is a migrated thread and some comments may be shown as answers.
brian26
Top achievements
Rank 1
brian26 asked on 09 Jan 2008, 04:12 PM
Setting the SkinID of a RadDatePicker doesn't seem to work. Although setting the just Skin works. Anyone had this problem?

In page 

<Telerik:RadDatePicker id="txtAsOf" Runat="server" SkinID="DateFilterSkin" DbSelectedDate='<%# Eval("ReportDate", "{0:dd MMM yy}").ToString()%>' ></Telerik:RadDatePicker>

My Skin file in the App_Themes dir

<telerik:RadDatePicker Runat="server" SkindID="DateFilterSkin" Skin="Telerik" Calendar-Skin="Telerik" DateInput-DisplayDateFormat="dd MMM yy"><DateInput Skin="Telerik"></DateInput></telerik:RadDatePicker>

1 Answer, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 09 Jan 2008, 04:37 PM
Hi brian26,

This would work as long as you have separate settings in the skin file for the Calendar and DateInput controls. In the official version, you have to manually apply the skin to both components. We are currently working on general skinning for the datepicker, where setting Skin to the DatePicker will work for both the Calendar and DateInput control.

All the best,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Input
Asked by
brian26
Top achievements
Rank 1
Answers by
Steve
Telerik team
Share this question
or