views:

26

answers:

0

Can anyone suggest most accurate events handlers to be used for the below mentioned description:

I have a radtreeview and i will drag radtreeviewitems (nodes in the tree) onto a grid. I want to raise an event when an item is dropped into the grid, then check whether the type of the dropped item is radtreeviewitem. ONLY if it is a radtreeviewitem, accept the item into the grid (I mean take the header from the dragged radtreeviewitem and bind it to the textbox in the grid at that location (the row and column where it has been dropped into the grid)). Also leave the dragged source item intact and at where it previously was in the treeview. By the way I am using WPF/C#

Any help would be appreciated. thanks.