Hi people
When the user select "show more" in the Month View the schedules changes the view to day view and shows the previous date instead of correct date. The code of aspx with the schedule is:
When the user select "show more" in the Month View the schedules changes the view to day view and shows the previous date instead of correct date. The code of aspx with the schedule is:
<pro:RadScheduler ID="CalendarRadScheduler" runat="server" Height="578px" OnClientAppointmentInserting="AppointmentInserting"If the user uses the today link or the next and previous date navigation the schedules works fine.
OnClientAppointmentDoubleClick="AppointmentDoubleClick" Width="698px" ShowAllDayRow="False"
AllowDelete="True" AllowEdit="False" AllowInsert="True" HoursPanelTimeFormat="h:mm tt"
MinutesPerRow="15" DataSourceID="AppointmentsDataSource" DataKeyField="AppointmentId" DataSubjectField="Subject"
DataStartField="Start" DataEndField="End" DataRecurrenceField="RecurrenceRule"
DataRecurrenceParentKeyField="RecurrenceParentID" OnNavigationComplete="CalendarRadScheduler_NavigationComplete" DayEndTime="18:30:00">
</pro:RadScheduler>