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.
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,
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.