when the webdropdown is at the bottom of the page, the items are partly blocked,
can webdropdown control auto display all the items at the boundary of the screen like webcombo?
this is the webcombo, can autofit at the bottom of the browser
Hello,
Were you able to solve this issue ? Let me know if you have any questions.
Thanks
There is a DropDownOrientation property that lets you position the container anywhere you want. By default it's "Automatic", but it could also depend on the value of the "EnableDropDownAsChild" property.
Here is a sample to play with:
http://samples.infragistics.com/2010.2/WebFeatureBrowser/WebDropDown/WebDropDownPropertyExplorer.aspx
Let me know if this helps,
Angel