How do you make the drodownlist show below the combobox? I have placed multiple combo-boxes on a page and when clicked on the arrows, the dropdownlists show anywhere on the page.
Thanks
Mahesh
Comments: PLEASE FIX THIS. It completely ruins the usability of this control that the list-items render way below the textbox. I am not sure why my (simple) usage causes this to fail, but from what I have read it is most likely that our site uses a masterPage. I read a post that indicated that javascript is used to determine the list-box location. Why? just render it directly below the textbox and give it a z-index so it shows above the content below it. There is already documentation about how to override the CSS (which doen't help with this issue -- I tried) so a user could change the default z-index as needed.
Thanks
Mahesh
Comments: PLEASE FIX THIS. It completely ruins the usability of this control that the list-items render way below the textbox. I am not sure why my (simple) usage causes this to fail, but from what I have read it is most likely that our site uses a masterPage. I read a post that indicated that javascript is used to determine the list-box location. Why? just render it directly below the textbox and give it a z-index so it shows above the content below it. There is already documentation about how to override the CSS (which doen't help with this issue -- I tried) so a user could change the default z-index as needed.