I'm getting the following errors thrown up when I click on a row in an UltraWebGrid when using IE8.
Any idea when an IE8 compatability patch will be available?
Hi guys,
X-UA-Compatible meta tag seems like a nice workaround for the IE8 compatibility hell. But i have a problem with it: according to my experiment and also http://www.cherny.com/webdev/103/the-ie-8-x-ua-compatible-meta-tag tag has to be positioned above any linked files or styles. Infragistics (2008vol3) by default insert css styles definitions as first child of <head> element and X-UA-Compatible meta tag has no effect !
Any suggestions?
ThanksOndrej
Taz comments about our progress with providing fixes for IE 8 compatibility in the following forum post:http://forums.infragistics.com/forums/p/24444/92514.aspx#92514
Hi,
At what date do you expect to claim IE8 compatibility?
the <meta tag just tells IE8 to go into compat mode same as clicking the button. I am not sure this has been fixed in 8.2 might be a hot fix but 8.3+ works fine I would upgrade to that if I were in your shoes because IE 8 compat mode has more problems than just rendering out JS.
I did end up fixing one site that had this problem (without upgrading the IG controls) by upgrading to .NET 3.5 SP1
I tried this, but it didnt work to me with UltraWebGrid version 8.2.20082.2011.
I´m using Sharepoint. I added meta tags on top of head tag at default.master and application.master.
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />