I am trying to manually move a node (not with DND, using only JS) and use the following code:
$("#grid").pqGrid("Tree").moveNodes({nodes:[rowData], parent:new_parentId});
When I do above I get a JS error in pqGrid "Uncaught TypeError: t.forEach is not a function"
What am I doing wrong?