Hello Peter,
The image buttons for Rad Date/Time Pickers and the 4 navigation buttons in the RadCalendar titlebar are not referenced in the skins, they are simple <img /> elements. In order to tell the controls where they are when using a custom skin, you need to specify the
ImagesPath property:
<telerik:RadDatePicker ImagesPath="~/some_folder/" />
<telerik:RadCalendar ImagesPath="~/some_folder/" />
In the location, specified by ImagesPath, you have to put images with the following names:
datePickerPopup.gif (used by date picker)
datePickerPopupHover.gif (used by date picker)
clock.gif (used by time picker)
clockHover.gif (used by time picker)
fastNavLeft.gif (used by calendar)
arrowLeft.gif (used by calendar)
arrowRight.gif (used by calendar)
fastNavRight.gif (used by calendar)
Alternatively to setting ImagesPath, you can specfy
ImageURLs:
<telerik:RadDateTimePicker DatePopupButton-ImageUrl="" DatePopupButton-HoverImageUrl="" TimePopupButton-ImageUrl="" TimePopupButton-HoverImageUrl=""/>
<telerik:RadCalendar NavigationNextImage="" NavigationPrevImage="" FastNavigationNextImage="" FastNavigationPrevImage="" />
Take a look at the following help article and let us know if you need more information:
Customizing the Navigation Controls
Regards,
Dimo
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.