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.
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.
Hello,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
I have created a sample application for you that demonstrates an approach for implementing drag and drop functionality between XamDataGrid and XamDataTree. In order to implement such functionality I used our Drag And Drop Framework. You can find detailed information regarding it in our online documentation here: http://help.infragistics.com/NetAdvantage/WPF/2011.1/CLR4.0/?page=Infragistics_Drag_and_Drop_Framework_Using_Infragistics_Drag_and_Drop_Framework.html
If you need any further assistance please do not hesitate to ask.