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 Reply Children
No Data