I have a control with a List Box containing some appointments that can be drag drop over a RadScheduleView. This is working fine but i want to copy (not move) the appointment. If it is possible I want to handle the creation of the new appointment because i'm inheriting from Appointment and added a new property to the class.
I know that drag copy can be done using Ctrl key while dragging but i want to make copy the default behavior.
Maybe forcing the Ctrl key to be pressed when the user clicks on the List Box Item could work. I don't know how to do the last but anyway doesn't seems to be the best approach.
this is a sketch of the control. drag drop from list box to schedule view should copy. drag drop between schedule view should move.
If someone needs more details, please comment and I'll edit. thanks.