Categories | Question details Back To List | ||
DHTMLX Combo Hello Sir, I have used dhtmlx combo and want to preserve combo values in respective combo on submit, combos are dependent on each other please help me to solve issue. Answer posted by Alex (support) on Apr 06, 2009 05:57 There is setComboValue(value) method which selects the option by its value. You can use this method to restore the combo selection (the data can be stored in cookie). To get selected value you can use getActualValue() method. |