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

telerik radscheduler not showing data on Saturday & Sunday

1 Answer 82 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 05 May 2014, 04:04 PM
Hi,
This is first time I'm using teleric rad scheduler but telerik radscheduler not showing data on Saturday & Sunday. Or even color in cell [plase see attached snapshot].

My Code :

<telerik:RadScheduler runat="server" ID="RadScheduler1" Width="750px" DayStartTime="08:00:00"
                    DayEndTime="20:00:00" TimeZoneOffset="03:00:00" OnAppointmentInsert="RadScheduler1_AppointmentInsert"
                    OnAppointmentUpdate="RadScheduler1_AppointmentUpdate" OnAppointmentDelete="RadScheduler1_AppointmentDelete"
                    DataKeyField="ID" DataSubjectField="Subject" DataStartField="StartTime" DataEndField="EndTime"
                    OnAppointmentDataBound="RadScheduler1_AppointmentDataBound" CustomAttributeNames="AppointmentColor"
                    OnTimeSlotCreated="RadScheduler1_TimeSlotCreated"
                    AllowDelete="False" AllowInsert="False" EnableAdvancedForm="False" EnableResourceEditing="False"
                    OnNavigationCommand="RadScheduler1_NavigationCommand" OnNavigationComplete="RadScheduler1_NavigationComplete" 
                    SelectedView="MonthView" NumberOfHoveredRows="0">
                    <ExportSettings>
                        <Pdf PageTopMargin="1in" PageBottomMargin="1in" PageLeftMargin="1in" PageRightMargin="1in"></Pdf>
                    </ExportSettings>
                    <AdvancedForm Modal="true" Enabled="False" EnableResourceEditing="False"></AdvancedForm>
                    <TimelineView UserSelectable="false" GroupBy="ID"></TimelineView>
                    <TimeSlotContextMenuSettings EnableDefault="true"></TimeSlotContextMenuSettings>
                    <DayView DayEndTime="20:00:00" ReadOnly="True" ShowAllDayInsertArea="False" ShowInsertArea="False" />
                    <MonthView ReadOnly="True" VisibleAppointmentsPerDay="6" />
                    <AgendaView ReadOnly="True" />
                    <AppointmentContextMenuSettings EnableDefault="true"></AppointmentContextMenuSettings>
                </telerik:RadScheduler>





















1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 07 May 2014, 03:34 PM
Hello,

I would like to clarify that we are not aware of this problem. I tested the provided RadScheduler configuration settings and it works fine at my side - the appointments scheduled for Saturday and Sunday are shown as expected. Could you please specify whether the appointments scheduled for Saturday and Sunday are not shown at all or they are shown for Monday/Friday or any other week day? One possible reason for such behavior is the time zone offset that might move your appointment to the previous or next day  after applying the offset. 


Regards,
Boyan Dimitrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
John
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or