Hi,
I create my custom Telerik Skins with ASP.Net Themes. I have a .skin file resembling the snippet beneath.
The problem is that all the named cssClasses (except "RadPicker_Laurens") aren't loaded into the Html. I get a transperant looking calendar. With 'Developers Tools' I cannot find "RadCalender_Laurens".
Perhaps noteworthy: my Telerik version is 2011.2.915.40
I create my custom Telerik Skins with ASP.Net Themes. I have a .skin file resembling the snippet beneath.
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<
telerik:RadDatePicker
runat
=
"server"
EnableEmbeddedSkins
=
"false"
CssClass
=
"RadPicker_Laurens" SkinID
=
"Laurens"
>
<
DateInput
CssClass
=
"RadInput_Laurens"
DisabledStyle-CssClass
=
"RadInput_Disabled_Laurens"
EmptyMessageStyle-CssClass
=
"RadInput_Empty_Laurens"
EnabledStyle-CssClass
=
"RadInput_Enabled_Laurens"
FocusedStyle-CssClass
=
"RadInput_Focused_Laurens"
HoveredStyle-CssClass
=
"RadInput_Hover_Laurens"
InvalidStyle-CssClass
=
"RadInput_Error_Laurens"
ReadOnlyStyle-CssClass
=
"RadInput_Read_Laurens"
>
</
DateInput
>
<
Calendar
CssClass
=
"RadCalendar_Laurens"
>
</
Calendar
>
</
telerik:RadDatePicker
>
The problem is that all the named cssClasses (except "RadPicker_Laurens") aren't loaded into the Html. I get a transperant looking calendar. With 'Developers Tools' I cannot find "RadCalender_Laurens".
Perhaps noteworthy: my Telerik version is 2011.2.915.40