This question is locked. New answers and comments are not allowed.
Hi,
I have a RadGridView, and it is bound to a collection of RadScheduleView appointments. I have a RadScheduleView, bound to a different set of appointments.
I want to drag appointments from the RadGridview, and drop them on the RadScheduleView. (This is actually partially working.)
However, when I drop the appointment on the ScheduleView, a row is removed from the RadGridView. I don't want the row removed. Instead, I want it copied to the RadScheduleView.
Can you point me in the right direction? What events do I need to tie into, to drag and drop a copy?
Thanks!
I have a RadGridView, and it is bound to a collection of RadScheduleView appointments. I have a RadScheduleView, bound to a different set of appointments.
I want to drag appointments from the RadGridview, and drop them on the RadScheduleView. (This is actually partially working.)
However, when I drop the appointment on the ScheduleView, a row is removed from the RadGridView. I don't want the row removed. Instead, I want it copied to the RadScheduleView.
Can you point me in the right direction? What events do I need to tie into, to drag and drop a copy?
Thanks!