Hi Team,
Can you help with an example of drag drop b/w Xam DataTree & Xam DataGrid. My functionality is to Drag a node from tree view and drop it into grid.
Also i could see a Property IsDraggable="True" on treeview.
Is there no need to use dragdrop manager and to set Channels b/w tree and grid.
I Also need to Drop only Child nodes and not parent Nodes. Can we set Isdragable at that Level.
Hello Amilcar,
Thank you for your post. I have been looking into it and I can suggest you see this forum thread:
http://ko.infragistics.com/community/forums/t/59663.aspx
where a similar question is already discussed.
Would it be possible to do the reverse? I want to drag a record (or records) from a xamDataGrid to a parent node of a xamDataTree, which would make the dragged row a child of the parent node that I dragged to.
Something similar to the sample shown here http://ko.infragistics.com/community/forums/t/60099.aspx but this sample creates a new parent node out of the data records; I want to drag a record and create a child out of it for an already existing parent node.
HI,
Please let me know if you need further assistance regarding this case.
Sincerely,
Matt
Developer Support Engineer
Sample seems to be working as per our needs.
Which property did u change on the Empty grid's drop to work , i could not find any change in XAMData Grid properties in XAML. Can you please point me where the change is.