Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Prasad Joshi on Apr 06, 2009 05:31
open dhtmlx forum
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.