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

[Solved] how to enable the drag facility for an appointment

1 Answer 121 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Nagesh Mynedi
Top achievements
Rank 1
Nagesh Mynedi asked on 19 Jan 2010, 11:02 AM
how to enable the drag facility for an appointment with out  enabling the Allow Edit property.

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 19 Jan 2010, 12:48 PM
Hello Nagesh,

If you want to prevent editing of an appointment, but preserve the dragging functionality, simply cancel the OnClientAppointmentEditing event:

function OnClientAppointmentEditing(sender, eventArgs) {
           eventArgs.set_cancel(true);
       }


Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Nagesh Mynedi
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or