How to set Default value in dhtmlxcombo box.
In case of init from existing selectbox, combo takes default value of selectbox
In case of init from JS you can set default value by
combobox.setComboValue(value);
or
combobox.selectOption(optionIndex);