I have a jqgrid treegrid (v4.8 free). I implemented full management (add, edit and delete) for nodes.
$("#tree").jqGrid({
url: "http://127.0.0.1:400/hamed",
datatype: "json",
colNames: ['id', 'Name', 'Link', ''],
colModel: [ .....
I want move up or move down a node and children. So that all children of node, and node move. (drag and drop or move buttons) How to code my treegrid?