I am trying to drag and drop a grid row to xamDataTree node.
i am not able to identify the node where i am droping the content to.
Please help me with this.
Hello,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi Krasimir,
I have a TreeView (normal TreeView, not XamDataTreeView) and a XamDataGrid in my application .
And I want to drag a record from the XamDataGrid and drop to a specific node in my TreeView.
I could only get the whole TreeView as the DropTarget, but I need the specific node onto which the record is being dropped.
Is there any way to get that that node? Please help.
Thanks,
Nimmi
Thanks for the follow up.
Sorry i was on leave for few days.
The solution looks great.
But i am binding the grid dynamically when the user selects a tree node on the left.
I took your concept and applied in my code but only column header is dragable and i am not able to drag the row.
any help is much appriciated.