Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 21, 2007 16:51
open dhtmlx forum
I would to know if it is possible to set multiple items as selected at tree initialization and after. When I...

I would to know if it is possible to set multiple items as selected at tree initialization and after.
When I try to put select="1" on each item in the XML file, it seems to conserve only the last item specified as selected.
Answer posted on Feb 21, 2007 16:52

You need to enable multiselect feature before loading xml with multiple selected item

            mygrid.enableMultiselect(true);

            mygrid.loadXML(file);

Answer posted by radyno (Support) on Nov 29, 2014 00:49

If you haven't found the needed information there and still looking for a solution, you will find the additional help checking weekly schedule calendars and xml table editor.