Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
Webdropdown available at the end of the page doesnot open correctly
posted

Hi 

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 to see the list of values 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 ?

<div class="update-button-and-status-container">
<table style="width: 100%;">
<tr>
<td width="30%"></td>
<td style="text-align: center; width: 40%;">
<igListControls:WebDropDown ID="cmbAction" DropDownOrientation="TopLeft"  Style="vertical-align: middle; margin: 2px; display: inline-block;" runat="server" Width="170px"></igListControls:WebDropDown>
</table>
</div>

Parents
No Data
Reply
  • 740
    Offline posted

    Hello Susmitha,

    Thank you for contacting Infragistics Support!

    I’m attaching a sample I have prepared for you using Infragistics for ASP.NET v20.1. As you can observe the WebDropDown is placed near the bottom edge of the page and when opening, a vertical scrollbar appears. On my side, when scrolling down, using either the mouse wheel or via clicking on the scrollbar and sliding the mouse down, the WebDropDown remains opened and I’m able to select any of the items within it. Could you please run this sample on your side and verify if it behaves in the same way? Having this information is essential for deciding how to proceed further.

    In case that even with my sample you are replicating the same behavior, this will mean that the root cause of the issue lies in your environment. Please let me know whether this happens under all browser or any specific one, the browser version and the version of the UltimateUI for ASP.NET that you are currently using.

    Additionally, here you can find the Supported Environment for UltimateUI for ASP.NET Web Forms so that you can check that you application is compatible.

    If this sample is not an accurate demonstration of what you are trying to achieve please feel free to modify it and send it back to me for further investigation along with steps to reproduce.

    This information is going to be highly appreciated.
    Looking forward to hearing from you.

    Best Regards,
    Martin Evtimov
    Entry Level Software Developer
    Infragistics, Inc.

    WebDropDownPageBottom.zip

Children