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
No Data
Reply
  • 37874
    posted

    Hi khoke,

    I made some research and it seems that the issue I wrote about is not present in NetAdvantage 10.3. I have tested your scenario with build 10.3.20103.2120, but I was unable to reproduce the behavior you have described. In order to be able to provide more insight, I would need a small isolated sample, demonstrating the issue you are experiencing.

     

    Please let me know if you have any further questions.

Children