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
1329
WebDropDown NOT expanding.
posted

I have bound a DataSet to the WebDropDown and that is working ok. I can even set the SelectedValue or SelectedItemIndex. However, If I click the arrow in the WebDropDown it does not expand. Am I not setting a specific property?

<ig:WebDropDown ID="WebDropDown1"
runat="server"
Width="532px"
AutoPostBack="True"
DropDownAnimationDuration="200"
DropDownContainerMaxHeight="200px"
EnableLoadOnDemand="True">
<AutoPostBackFlags SelectionChanged="On" ValueChanged="On" />
</ig:WebDropDown>

Parents Reply Children
No Data