Hello everyone,
problem: custom skin (for datepicker)
Then images of the calendar and dateinput are gone
solution: set the paths of the images for calendar and dateinput
problem: do I really need to do this for every datepicker all over my project??
solution: No if your using a theme for all pages
create skin file in your theme and paste this inside for example:
<%
@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<telerik:RadDatePicker runat="server" skin="Metis" DatePopupButton-ImageUrl="Calendar\datePickerPopup.gif" DatePopupButton-HoverImageUrl="Calendar/datePickerPopupHover.gif" Calendar-FastNavigationNextImage="Calendar/fastNavRight.gif" Calendar-FastNavigationPrevImage="Calendar/fastNavLeft.gif" Calendar-NavigationNextImage="Calendar/arrowRight.gif" Calendar-NavigationPrevImage="Calendar/arrowLeft.gif"></telerik:RadDatePicker>
do not set a skin on your datepicker, the theme will automatically paste this skinning on top of your datepicker, on top of every datepicker that does not has a skin.
Telerik, maybe something to create a example project for?,
greetings
The Sofim-team (Belgium)