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

Specified cast is not valid

1 Answer 99 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Li Zhou
Top achievements
Rank 1
Li Zhou asked on 07 Jul 2010, 07:09 PM
I am using 2010 Q1 version RadScheduler.  I am using Web service binding to a Custom SQL provider.
When I delete a recurring appointment and choose "delete only this occurance", I got javascript error  "Specified cast is not valid".

Here is my code, anyway I can fix it?  Thanks

                 <telerik:RadScheduler runat="server" ID="RadScheduler1" Skin="Office2007" ReadOnly="false"
                        Height="700px"
                        DayStartTime="07:00:00" DayEndTime="21:00:00"                    
                        FirstDayOfWeek="Sunday" LastDayOfWeek="Saturday"
                        EnableDescriptionField="true"
                        AppointmentStyleMode="Default"
                        OnNavigationComplete="RadScheduler1_NavigationComplete">
                        <AdvancedForm Modal="true" />
                        <TimeSlotContextMenuSettings EnableDefault="true" />
                        <AppointmentContextMenuSettings EnableDefault="true" />
                        <WebServiceSettings Path="~/Services/CalendarService.asmx" />
                    </telerik:RadScheduler>

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 08 Jul 2010, 09:12 AM
Hello Li,

We've fixed a similar issue in the 2010 Q1 SP1 release and later. Can you please check if updating to the latest version (SP2 or the Q2 beta) helps?

Sincerely yours,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Li Zhou
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or