
ehsan sadeghi
Top achievements
Rank 1
ehsan sadeghi
asked on 29 May 2012, 10:36 AM
Whenever I point to appointment by mouse, the error for get_allowdelete raise. How can I fix it?
3 Answers, 1 is accepted
0
Hello Ehsan,
What is your RadScheduler declaration? Can you send us a code sample of it?
Kind regards,
Peter
the Telerik team
What is your RadScheduler declaration? Can you send us a code sample of it?
Kind regards,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0

ehsan sadeghi
Top achievements
Rank 1
answered on 02 Jun 2012, 07:51 AM
<telerik:RadScheduler ID="RadScheduler1" runat="server"
DataEndField="End" DataKeyField="ID" DataRecurrenceField="RecurrenceRule"
DataRecurrenceParentKeyField="RecurrenceParentID"
DataSourceID="AppointmentsDataSource" DataStartField="Start"
DataSubjectField="Subject" FirstDayOfWeek="Saturday"
LastDayOfWeek="Friday" SelectedView="MonthView">
<TimeSlotContextMenuSettings EnableDefault="true" />
<AppointmentContextMenuSettings EnableDefault="true" />
</telerik:RadScheduler>
0
Hi Ehsan,
I tested your code, but there weren't any issues at my side. Can you try removing the following settings?
<TimeSlotContextMenuSettings EnableDefault="true" />
<AppointmentContextMenuSettings EnableDefault="true" />
Also what is the exact version of Telerik controls that you use and do you get the error only for a specific browser or all?
Greetings,
Peter
the Telerik team
I tested your code, but there weren't any issues at my side. Can you try removing the following settings?
<TimeSlotContextMenuSettings EnableDefault="true" />
<AppointmentContextMenuSettings EnableDefault="true" />
Also what is the exact version of Telerik controls that you use and do you get the error only for a specific browser or all?
Greetings,
Peter
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.