Hello,
I have a problem with the ScheduleViewDragDropBehavior class.
I want to be able to drop anything in my RadScheduleView, in an empty slot OR in an appointment.
Here is my dragDropBehavior class :
 
But i don't know how to determine if the destination is an appointment or an empty slot.
Is there any way to do that ?
Regards,
Philippe.
                                I have a problem with the ScheduleViewDragDropBehavior class.
I want to be able to drop anything in my RadScheduleView, in an empty slot OR in an appointment.
Here is my dragDropBehavior class :
public class CPlanningTelerikDragDropBehavior : Telerik.Windows.Controls.ScheduleViewDragDropBehavior       {                      public override void Drop(DragDropState state)           {/*Drop code*/               base.Drop(state);           }       }But i don't know how to determine if the destination is an appointment or an empty slot.
Is there any way to do that ?
Regards,
Philippe.
