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 ARGUSnet_00
Thank you for posting in the community.
We recieved your support request concerning WebDropDown. I am currently looking into this matter for you and I will get back to you soon with more information or questions for you.
Hallo Vasya,
thanks for your feedback.
I'm looking forward to hearing from you.
Hello ARGUSnet_00,
I investigated your scenario and what I can suggest for achieveing your requirement is to set the WebDropDown`s DropDownOrientation property to TopLeft. For axample:
<ig:WebDropDown ID="WebDropDown1" runat="server" Width="200px" DropDownOrientation="TopLeft">
This property is used to set the orientation of the dropdown container relative to the input box and the button. The default value for this property is BottomLeft.
I hope this helps you to resolve you isse. Please feel free to contact me if you have any additional questions regarding this matter.
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.