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.


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.