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

Detect appointment drag

1 Answer 57 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Rebecca
Top achievements
Rank 1
Rebecca asked on 29 Apr 2011, 08:53 PM
I'm looking for a way to detect if an appointment within the schedule view is being edited due to the user dragging the entire appointment.

How do I detect when the user is dragging an appointment (the whole thing, as opposed to dragging one of the appointment's end points)?

Thanks for your time.

1 Answer, 1 is accepted

Sort by
0
Rebecca
Top achievements
Rank 1
answered on 29 Apr 2011, 10:02 PM
I found a solution to my problem.
This article about Drag and Drop with RadScheduleView gave me the idea to develop a drag and drop behaviour class. In here I could have had the CanDrag method return false which would have disabled dragging (but instead I implemented custom logic that accommodated for problems with dragging/dropping my customized appointment class)
Tags
ScheduleView
Asked by
Rebecca
Top achievements
Rank 1
Answers by
Rebecca
Top achievements
Rank 1
Share this question
or