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
UltraWebGrid version 9.2 is not working in IE 9
posted

Hi All,

Are there anyone who be able to run UltraWebGrid in IE8/IE7 compatibility mode, in IE9 browser?

We are using Infragistics version (2009.2) and trying to find a way other than upgrading to the latest version.

 We tried to add compability meta tag to several places:

 <meta http-equiv="X-UA-Compatible" content="IE=9" />

1- web page's html>head> meta tag is not working.

2- http header to IIS is not working.

3- custom http header to web.config file is not working.

Please help me with feasible solution for this issue.

Thanks in Advance,

Bala.

Parents
  • 12025
    Verified Answer
    posted

    If you set content="IE=9" then it will have no effect in IE9 as the default rendering mode is IE9 standards. You will need to set content="IE=7.5" or content="IE=8"  to use document mode as IE 7 or IE 8 respectively. 

    Check the IE developer toolbar, and it should tell you the current document mode that IE9 is using.

    Hope this helps.

    Best,

    Taz.  

Reply Children