Welcome to the jQuery feedback portal. We’re happy you’re here! If you have feedback on how to improve the jQuery, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi Support,
I am using this plugin for multiple select drag and drop.Using this code
$(function () { $("#treeView").ejTreeView({ allowMultiSelection: true, allowDragAndDrop: true, enableAnimation: false, fields: { dataSource: localData, id: "id", parentId: "pid", text: "name", hasChild: "hasChild", expanded: "expanded", selected: "selected" } }); });
SO i want to know how I get all selected node in one array.
Thanks