Dear Telerik Team!
I have a RadScheduleView Control in WeekDayView and want to show some AllDayEvents.
The Problem now is, i have defined a Start and Endtime (this is essential for the control)
So now, when i have some AllDayEvents in the AppointmentSource they will be shown in complete wrong way
eg.: Allday Event from
08.03.2012 00:00 to 09.03.2012 00:00 will be shown from 07.03 - 08.03 in WeekDayView AllDayArea
when i delete the DayStartTime and DayEndTime Definitions, they will be shown correctly in all Views
is this a known bug ?
I need there some Solution very urgently ...
regards
Rudi
I have a RadScheduleView Control in WeekDayView and want to show some AllDayEvents.
The Problem now is, i have defined a Start and Endtime (this is essential for the control)
<scheduleView:RadScheduleView.ViewDefinitions> <scheduleView:WeekViewDefinition VisibleDays="7" Title="Wochenansicht - " FirstDayOfWeek="Monday" TimerulerMajorTickStringFormat="{}{0:HH:mm tt}" MajorTickLength="1h" MinorTickLength="30min" MinTimeRulerExtent="1" DayStartTime="06:00" DayEndTime="20:00" ShowAllDayArea="True"/> </scheduleView:RadScheduleView.ViewDefinitions>So now, when i have some AllDayEvents in the AppointmentSource they will be shown in complete wrong way
eg.: Allday Event from
08.03.2012 00:00 to 09.03.2012 00:00 will be shown from 07.03 - 08.03 in WeekDayView AllDayArea
when i delete the DayStartTime and DayEndTime Definitions, they will be shown correctly in all Views
is this a known bug ?
I need there some Solution very urgently ...
regards
Rudi