Categories | Question details Back To List | ||
Autocomplete list at top of the combo box Hello, When i use autocomplete combo box the list which pop's is below of the combo box, but in my case im using framesets ,so the pop down list is going and hiding behing the frameset 2 if the autocomplete combo is at end of frameset 1. So i want the combo list to be poped above the combo box when its at the end of frameset 1. What should i do for this? do i have to change anything in css file. Please help me.... Answer posted by Support on Dec 18, 2008 01:46 Can be done as var combo = new dhtmlXCombo(...); combo.ListPosition = "Top"; |