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

Drag a copy of an appointment to RadGridView

1 Answer 49 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Gabriell
Top achievements
Rank 1
Gabriell asked on 17 Dec 2015, 11:15 AM

I'm working on a solution where I have to drag and appointment from a RadScheduleView to a RadGridView.

At present, I reached to drag from RadScheduleView to RadGridView but unfortunately the appointment is removed from the RadScheduleView instead. That not what i want, I just want to drag a copy of the appointment.

I have search the internet and forums, but i have not found any solutiuons to solve my problem.

Can anyone help?

Thanks

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 18 Dec 2015, 06:30 AM
Hello,

To implement the task you can inherit ScheduleViewDragDropBehavior class and override its DragDropCompleted(DragDropState state) method. The state parameter have a  SourceAppointmentsSource property- Holds a reference to the AppointmentsSource collection of the drag source. You can use this to change the behavior.

For more details please refer to our documentation.

Regards,
Rosi
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ScheduleView
Asked by
Gabriell
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or