Categories | Question details Back To List | ||
Refreshing dhtmlxComboBox 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. Answer posted by Alex (support) on Jul 20, 2009 01:16 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. |