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
380
WebDropDown doesn't drop down
posted

I have this code for a web dropdown (9.1)

 

 

 

 

 

 

 

 

 

 

 

<

 

 

ig:WebDropDown ID="WebDropDown2" runat="server" Width="200px"

 

 

DropDownAnimationType="Linear" DropDownContainerHeight="200px"

 

 

DropDownContainerMaxHeight="200px" DropDownContainerWidth="200px"

 

 

EnableDropDownAsChild="True" MultipleSelectionType="Checkbox" PageSize

="0">

 

 

<Items

>

 

 

<ig:DropDownItem Disabled="False" IsCustom="False" Selected="False"

 

 

Text="DropDown Item" Value

="">

 

 

</ig:DropDownItem

>

 

 

</Items

>

 

 

 

</ig:WebDropDown

>

The drop down doesn't even drop down.  Why not? 

Parents
No Data
Reply
  • 24671
    posted

    Hi,

    I cannot determine the root cause of the issue you are facing from this code. Are there any other controls on the page (like DialogWindow, etc)? On which browser are you seeing this behavior? 

    Also, which 9.1 build number are you using? 

    Thanks a lot for your feedback, 

    Angel 

Children