Hi all
I have just created an appointment in the scheduler (from the month view) and set the starttime to 08:00:00 and the endtime to 16:00:00.
When the appointment is shown in week and day view the appointment is set to start at 07:30:00.
If I switch to the "show 24 hours" the appointment is displayed correct, with a starttime at 08:00:00
Here is the scheduler declaration.
<telerik:RadScheduler ID="RadScheduler1" runat="server" Width="100%" Height="564px" Skin="Default" ViewType="monthview" DayStartTime="04:00:00" DayEndTime="23:59:00" TimeZoneOffset="00:00:00" HoursPanelTimeFormat="HH:mm" WorkDayEndTime="23:59:00" WorkDayStartTime="04:00:00" >
</telerik:RadScheduler>
Any ideas ?
Best regards
Bo