Drag and drop between grid and tree.

Hi all,
I am having a layout of “3J”. In one cell i am having a grid and in the other cell i have an tree object…So, is there any way to drag a data from grid to tree.

Thanks

Must work by default , just enable dnd in both tree and grid.

Hi stanislav,

 I have enabled drag and drop in both grid and tree but it throws an error saying (itemObject.parentObject is undefined).

Thanks

Can you provide some demo link or sample where the same issue can be reconstructed?

Hi stanislav,

 My code follows below:
  *) In grid object: repoGrid.enableDragAndDrop(true);
 
  *) In tree oject: repoTree.enableDragAndDrop(true,false);

Thanks

That must be enough.
Beware that only PRO version of components support grid<->tree DND