Categories | Question details Back To List | ||
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 14, 2007 15:30 You need to enable multiselect feature before loading xml with multiple selected item mygrid.enableMultiselect(true);
mygrid.loadXML(file); Answer posted by Darya (Support) on Nov 29, 2014 04:54 Not much can be said in addition to the reply above, but you also can check datagrid save and schedule r form and find out what we have probably missed in our explanation. |