Hello there,
we have the interesting effect, that expanding a dropdown at the bottom of a page expands the page.
Is it possible to let the dropdown show the list at the drop and not at bottom?
Thanks for your response
Matthias
Hello,
I see that my colleague has already provided an answer to your query in this forum thread.
Please let me know if you need any further assistance with this matter.
Hi, i'm facing similar issue.
I have a webdropdown at the bottom of the page. When i open the dropdown the scroll bar enables and when i drag the scroll bar of the page to the bottom the dropdown closes. This action is stopping me from selecting the value from dropdown. I tried dropdownorientation property to topleft and also to default but nothing helps. Can you please help me out ?
Hello Vasya,
thanks for your answer. I'll reopen the case if I need further informations.
Hello ARGUSnet__00,
Please do not hesitate to contact me if you need any further assistance with this matter.
I assume that your scenario is to open the DropDownContainer of WebDropDown depending on the position of the control on the page - if it is on the bottom of the page to open it above the input field and if it is not on the bottom of the page to open it under the input field.
In this scenario what I can suggest is to use the DropDownOrientation property of WebDropDown. In order to achieve your requiremnet what I can recommend is to set the property`s value to Default. For example:
<ig:WebDropDown ID="WebDropDown1" runat="server" Width="200px" DropDownOrientation="Default">
This will ensure that DropDownContrainer will be shown regarding the position of the WebDropDown on the page.
I hope you find this information helpful.
Please feel free to contact me if you have any additional questions regarding this matter.