Categories | Question details Back To List | ||
multiselect in combobox how to implement multiselect with dhtmlcombo? Answer posted by Alex (support) on Mar 25, 2009 03:23 dhtmlxCombo doesn't support multiselection. There is "checkbox" option type. It allows to select multiple items by checkdoxes: http://www.dhtmlx.com/docs/products/dhtmlxCombo/samples/options/combo_options.html var checked_arr = combo.getChecked(); Answer posted by gatotkaca on Mar 25, 2009 05:34 Thanks alex, this a solution. |