Categories | Question details Back To List | ||
I
also wonder if you could both use checkboxes and radiobuttons for the tree?
... I
also wonder if you could both use checkboxes and radiobuttons for the tree? Answer posted on Feb 13, 2007 14:43 Yes,
the tree can work in mixed mode enableRadioButtons(true) //switch
all tree to "radio" mode enableRadioButtons(item_id,true); //switch
only childs of item in question to "radio" mode Answer posted by Alexandra (Support) on Dec 03, 2014 09:41 I hope this information will be enough for you. But you also can have a look at ajax table grid and events templates. |