Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 07, 2007 11:00
open dhtmlx forum
Does the tree support multi-select (with shift-click and ctrl-click selections)?  Looking at the api (f...

Does the tree support multi-select (with shift-click and ctrl-click selections)?  Looking at the api (for the professional version) I see enableMultiselection(), but I only see getSelectedItemId() and getSelectedItemText().  I do not see a way to get information on multiple selected items?  If this type of muti-select functionality is supported – what method is used to get all the selected items? (I am NOT using drag-and-drop)
Answer posted on Mar 07, 2007 11:01

Supported in both pro and standard versions.

            tree.enableMultiselection(

In case of multi-select getSelectedItemId() returns comma separated list of selected item ids.

Answer posted by Stanislav (Support) on Dec 10, 2014 07:45

I hope this information will be enough for you. But you also can have a look at editable dropdown javascript and javascript file upload ajax.