Hi Ivana
I found a workaround for this problem. ComboBox work's fine when dropdownbox is open. So I used OnClientFocus to check if ComboBox is empty or not. If the ComboBox is empty and has the focus, the dropdownbox will open automatically. It works for me.
Here is the code.