Categories | Question details Back To List | ||
how could i make the check box not visible for the ids like attrib465 in the tree? Answer posted by Support on May 08, 2008 02:01 You can specify it directly in tree's XML <tree> <item id="attrib465" nocheckbox="true" text="some" /> Such item will be rendered without checkbox |