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

RadCalendar datepicker not rendering certain class names

1 Answer 38 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Alvin
Top achievements
Rank 1
Alvin asked on 06 Dec 2011, 08:08 PM
Using the following:

<telerik:RadScheduler
    ID="RadScheduler"
    Skin=""
    EnableEmbeddedSkins="false"
    EnableEmbeddedBaseStylesheet="false"
    MonthView-HeaderDateFormat="MMMM yyyy"
    DataKeyField="EventID"
    DataSubjectField="Subject"
    DataStartField="Start"
    DataEndField="End"
    ReadOnly="true"
    OnClientAppointmentClick="AppointmentClick"
    OnNavigationComplete="RadScheduler_NavigationComplete"
    runat="server">
</telerik:RadScheduler>

When you click on the datepicker, the pop-up RadCalendar that is rendered does not include classes such as rcHover, rcToday or rcOtherMonth (and possibly others).

Setting the Skin property causes the pop-up calendar to render all the class names as expected.

Version 2011.3.1115.40

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 09 Dec 2011, 12:11 PM
Hello Alvin,

Indeed, this is a peculiarity with RadCalendar. I have reported the issue to our development team who will review it and log it for fixing if they verify that it is a bug. In the meantime, I suggest you avoid setting the Skin property to an empty string.

All the best, Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Scheduler
Asked by
Alvin
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or