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
20
DropDown does not expand
posted

Hi 

I use infragistics webdropdown but my dropdown not expand I cannot select item

This is my code

<ig:webdropdown id="ddlBrand" runat="server" width="200px" EnableDropDownAsChild="false" DropDownOrientation="Default">
<ClientEvents Initialize="initDropDown" />
<Items>
<ig:DropDownItem Text="Item 1"></ig:DropDownItem>
<ig:DropDownItem Text="Item 1"></ig:DropDownItem>
<ig:DropDownItem Text="Item 1"></ig:DropDownItem>
<ig:DropDownItem Text="Item 1"></ig:DropDownItem>
</Items>
</ig:webdropdown>