Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Dec 21, 2008 03:52
open dhtmlx forum
make one of the tree node disable

Answer posted by Support on Dec 22, 2008 03:33
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" ...