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?