views:

29

answers:

0

I have a populated telerikGridView:RadGridView. I am dragging nodes from a Treeview into this radgridview. How to I get (capture) the row & column of the cell where the node is being dragged into? the source is a telerikNavigation:RadTreeViewItem (i would extract the header text of course) and the target is just a telerikGridView:RadGridView. I want to find the target cell within this gridview so that place the dragged text inside this target cell.