I am using 2 listboxes with drag and drop enabled, 1 being the "source" and one being the "destination".
I need to manipulate the items in the "destination" RadListBox when a user drops an item from the "source" listbox; after a certain validation.
I wired the "PreviewDrop" event; but fail to see how I can get the datacontext of the element that is being dropped by the user.
(I worked through the properties of the DragEventArgs parameter; but couldn't find the datacontext of the item that is being dropped)
Does anyone know how to determine which item the user is dropping on my "destination" RadListBox ?
I need to manipulate the items in the "destination" RadListBox when a user drops an item from the "source" listbox; after a certain validation.
I wired the "PreviewDrop" event; but fail to see how I can get the datacontext of the element that is being dropped by the user.
(I worked through the properties of the DragEventArgs parameter; but couldn't find the datacontext of the item that is being dropped)
Does anyone know how to determine which item the user is dropping on my "destination" RadListBox ?