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
60
WebCombo on Windows 7 with IE 9
posted

I have an older application using ASP.NET 2.0 with Infragistics 2007 vol 3 (so v7.3). Solution works fine under IE7 and IE8, as well as Chrome. Some of my users were recently upgraded to Windows 7 and IE 9, now the WebCombos do not function as expected. The dropdown is rendered, but clicking the dropdown arrow does nothing.

I've read numerous posts about needing to upgrade to at least v10.3; however some people still have problems. Is this the only solution/fix? 

Parents
No Data
Reply
  • 49378
    posted

    Hi dufekmc,

    Upgrading your product to the latest release of 10.3 or 11.1 would most likely be the best approach to resolve your issues. If your implementation allows it, you could try forcing your page into IE8 compatibility mode in order to check if that helps. This can be done using:

    <meta http-equiv="X-UA-Compatible" content="IE=8" />
    In order to be able to provide more insight I would need a sample where the issues are reproducible.
    Please contact me if you require further assistance.
    Best Regards,
    Petar Ivanov
    Developer Support Engineer
    Infragistics, Inc.
    http://ko.infragistics.com/support
Children