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?
Thanks for reply i have already set EnableDropDownAsChild to true or false, it did no help.
i have upload the example.in complex page(with many absolute position divs ) the EnableDropDownAsChild must be set to false, otherwise it can not be dropped down.
Hello bitsbird,
I used your sample attached in attampt to reproduce the issue.
After setting DropDownOrientation="Default" and EnableDropDownAsChild="false"
<ig:WebDropDown ID="WebDropDown12" runat="server" Width="200px" DropDownOrientation="Default"
EnableDropDownAsChild="false">
<Items>
<ig:DropDownItem Value="Hello" Text="Hello">
</ig:DropDownItem>
</Items>
</ig:WebDropDown>
The WebDropDown displays as expected.
I am using the latest service release of 10.2 version (Version=10.2.20102.2101)
Please let me know if you need further assistance regarding this.