Is there a way to refresh a dhtmlComboBox with another load of xml during an application? I tried to clearAll and the do another load call to the combo box, but it isn’t working.
Thanks.
Hello,
combo.clearAll(true);
combo.loadXML(path_to_xml)
This is a correct approach to reload combo. If the issue still occurs, please provide the sample to re-create it.