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

Clicking a date in WeekView or MonthView sends me to the wrong DayView

4 Answers 32 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Jesse Lawler
Top achievements
Rank 1
Jesse Lawler asked on 13 Nov 2010, 02:44 AM
So I'm in my RadScheduler and looking at the Week View.  Let's say I click today's date, "Fri, 12" at the top of today's column.  On Firefox's footer, I see the URL displayed by that link ends in #2010-11-12.  However, when I click, it takes me to the DayView for the previous day, 11-11.  The same thing happens in the MonthView, always one day too early.

What's going on here?

<telerik:RadScheduler
    ID="RadSchedulerCalendarEvents"
    runat="server"
    Width="100%"
    Height="500"
    BorderStyle="None"
    BorderWidth="0"
    HoursPanelTimeFormat="h:mm tt"
    ShowFullTime="true"
    TimeSlotContextMenuSettings-EnableDefault="true"
    StartInsertingInAdvancedForm="true"
    DisplayRecurrenceActionDialogOnMove="true"
    EnableDatePicker="False"
    EnableDescriptionField="True"
    DataSourceID="SqlDataSourceEvents"
    DataKeyField="evtID"
    DataStartField="evtStartTime"
    DataEndField="evtEndTime"
    DataSubjectField="evtName"
    DataDescriptionField="evtDescription"
    DataReminderField="evtReminder"
    DataRecurrenceField="evtRecurrenceRule"
    DataRecurrenceParentKeyField="evtRecurrenceParentID"
    OnClientAppointmentInserting="RadSchedulerCalendarEvents_OnClientAppointmentInserting"
    OnClientAppointmentEditing="RadSchedulerCalendarEvents_OnClientAppointmentEditing"
    OnClientAppointmentMoveEnd="RadSchedulerCalendarEvents_OnClientAppointmentMoveEnd"
    OnClientAppointmentResizeEnd="RadSchedulerCalendarEvents_OnClientAppointmentResizeEnd"
    >
    <AdvancedForm Modal="true" />
    <TimeSlotContextMenus>
        <telerik:RadSchedulerContextMenu runat="server" ID="SchedulerTimeSlotContextMenu">
            <Items>
                <telerik:RadMenuItem Text="New Event" ImageUrl="/Images/Icons16x16/calendar.png" Postback="false" NavigateUrl="javascript: parent.newEvent('Calendar Event');" />
                <telerik:RadMenuItem IsSeparator="true" />
                <telerik:RadMenuItem Text="Go to today" Value="CommandGoToToday" />
            </Items>
        </telerik:RadSchedulerContextMenu>
    </TimeSlotContextMenus>
    <AppointmentContextMenuSettings EnableDefault="true" />
    <Localization
        ContextMenuAddAppointment="New Event"
        ContextMenuAddRecurringAppointment="New Recurring Event"
        ContextMenuEdit="Edit Event" />
</telerik:RadScheduler>

4 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 17 Nov 2010, 03:33 PM
Hi Jesse,

Which version do you use? Can you replicate the problem with any of the online demos?


Best wishes,
Peter
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Jesse Lawler
Top achievements
Rank 1
answered on 17 Nov 2010, 04:46 PM
Currently my project is using Telerik RadControls v.2010.1.519.35.

It looks like I could upgrade to v.2010.1.519.40.  Try that first?  Any other ideas?  I am not able to replicate this problem on any of the online demos that I tried, but I ain't making it up.  :)

Jesse
0
Accepted
Peter
Telerik team
answered on 22 Nov 2010, 02:30 PM
Hello Jesse,

Upgrading the Framework build (3.5 to 4.0) is not likely to help. You need to upgrade to a newer version. Ideally, you will use the current official version - 2010.3.1109.


Kind regards,
Peter
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Jesse Lawler
Top achievements
Rank 1
answered on 24 Nov 2010, 08:16 PM
Upgrading to version 2010.3.1109 solved this problem.  Thanks!
Tags
Scheduler
Asked by
Jesse Lawler
Top achievements
Rank 1
Answers by
Peter
Telerik team
Jesse Lawler
Top achievements
Rank 1
Share this question
or