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

Custom style datepicker and time picker

1 Answer 74 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Sindhura
Top achievements
Rank 1
Sindhura asked on 20 Nov 2013, 03:50 PM
Hi

How to apply the silk skin to the date picker and time picker as shown on the Telerik demos page. with silk skin(the icon, on hover highlighted in blue, rounded edges etc) as shown on Telerik demo page http://demos.telerik.com/aspnet-ajax/calendar/examples/datepicker/custompopup/defaultcs.aspx

Thanks for your input.

1 Answer, 1 is accepted

Sort by
0
A2H
Top achievements
Rank 1
answered on 21 Nov 2013, 01:25 AM
Hi,
Try setting the skin property of both DatePicker and Time picker to silk skin.

Please see the below implementations

Date Picker:

<telerik:RadDatePicker ID="RadDatePicker1" runat="server" Skin="Silk">
        </telerik:RadDatePicker>

Time Picker:
<telerik:RadTimePicker ID="RadTimePicker1" runat="server" Skin="Silk">
       </telerik:RadTimePicker>
Hope this helps.
Tags
Calendar
Asked by
Sindhura
Top achievements
Rank 1
Answers by
A2H
Top achievements
Rank 1
Share this question
or