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
235
WebDropDown not opening in Chrome.
posted

I am using Version=10.3.20103.2120.  I have a webdropdown which when I click the down arrow it opens correctly in IE9, but in Chrome nothing happens.  I am using the webdropdown in other forms, and it works without a problem.  I cannot figure out why this code works & drops down on one page and not another.

Here is my webdropdown markup:

<ig:WebDropDown ID="ddStates" runat="server" TextField = "stateid" ValueField = "stateid"
DataSourceID="SqlDataSource1"
DisplayMode="DropDownList"
DropDownContainerMaxHeight="200px"
DropDownContainerHeight = "200px"
DropDownContainerWidth="80px"
Width = "80px"
DropDownOrientation="Default"
EnableCustomValues="False"
EnableCustomValueSelection="False"
EnableMarkingMatchedText="True"
EnableRenderingAnchors="False" MultipleSelectionType="Keyboard"                                                   
>
<DropDownItemBinding TextField="stateid" ValueField="stateid" />
</ig:WebDropDown>

Parents Reply Children
No Data