Hello,
Using openSelect with dhtmlXComboFromSelect on pageLoad moves the listbox in the upper left of my screen instead of under the textbox. Any ideas why?
var combo = dhtmlXComboFromSelect("combo_zone1");
combo.enableFilteringMode(true);
combo.enableOptionAutoPositioning();
combo.enableOptionAutoWidth(true);
combo.enableOptionAutoHeight(true);
combo.openSelect();