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

get_allowdelete

3 Answers 29 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
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

Sort by
0
Peter
Telerik team
answered on 29 May 2012, 06:13 PM
Hello Ehsan,

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
Peter
Telerik team
answered on 04 Jun 2012, 01:54 PM
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
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.
Tags
Scheduler
Asked by
ehsan sadeghi
Top achievements
Rank 1
Answers by
Peter
Telerik team
ehsan sadeghi
Top achievements
Rank 1
Share this question
or