Hi Solymars,
Thank you for using syncfusion products.
By using the given sample, you can easily make cut and paste
operation on the treeview, with the help of the given JavaScript method. We
have used the context menu control to perform cut and paste operations. Use the
below given information to perform cut and paste operations.
Action - Description:
- Select
the specific treeview node press right click and select cut option in the
context menu (Selected node and its child nodes will be removed and saved in a
temporary variable).
- Select
the specific treeview node press right click and select paste option in the
context menu (The saved nodes will be add as child of the current selected
node).
Regards,
Muralishankar.
Attachment:
Treeview_9ae15054.zip