dhtmlxtreegrid drag&drop into specific line as child

Hi
we would like to know whether below requirement is feasible in dhtmlxtreegrid

  • In dhtmlxtreegrid, can we drag&drop one item into specific line as child as it is getting added as last item for the any parent item

    Please let me know for any clarification. thanks in advance

Regards,
Karthik K

Please, try to use the setDragBehavior() method.
Add the following line after the drag-n-drop enabling:
mygrid.setDragBehavior(“complex”);

Thank you ! it works