make one of the tree node disable

You can use dhtmlxtree_li.js extension, with which item can be “locked” through js code as
tree.lockItem(id);
or directly from XML by using
<item locked=“true”