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?
Thank you very much, it is solved.
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.
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.
Yep, this was my point - DropDownOrientation=Default means automatic adjustment. Please try changing the values of EnableDropDownAsChild, and if it still doesn't help, contact our Development Support to investigate your case. It could be related to specific markup or layout and order of elements , having tables and nesting controls in them, etc.
Thanks again,
Angel
i mean auto adjust the direction when webdropdown at the boundary of the web browser,not set the DropDownOrientation manually.