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

ScheduleViewDragDropBehavior

3 Answers 113 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Court Philippe
Top achievements
Rank 1
Court Philippe asked on 15 Feb 2012, 02:17 PM
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 :
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.

3 Answers, 1 is accepted

Sort by
0
Court Philippe
Top achievements
Rank 1
answered on 27 Feb 2012, 02:09 PM
Up !
0
Court Philippe
Top achievements
Rank 1
answered on 06 Apr 2012, 09:32 AM
Does it means it is impossible to know ?
0
Yana
Telerik team
answered on 09 Apr 2012, 01:39 PM
Hi,

Please check the following forum thread:

http://www.telerik.com/community/forums/silverlight/scheduleview/detect-dropping-appointment-on-another.aspx

where a similar question is discussed.

Kind regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ScheduleView
Asked by
Court Philippe
Top achievements
Rank 1
Answers by
Court Philippe
Top achievements
Rank 1
Yana
Telerik team
Share this question
or