|
New Parent Id (target), Node Id separated by "|": oTree.DragAndDropEnable = true // To disable Drag or Drop for some nodes // put IDs with commas. No spaces please. oTree.DragDisableId = "id21,id3333"; oTree.DropDisableId = "id16,id3333"; How to save on server |