We are using Infragistics 9.2 version and Ultrawebgrid doesn't work in IE9!!! When switching to compatibility view (IE7/8) the igtbl_StateChange.base.init function and the igtbl_Grid.base.init function fail because the 'base' is 'undefined'. Is there any update on this issue? Are the classic controls going to be supported on IE9?
But what I don't understand is why the X-UA-Compatible meta isn't working. I even set it the web.config. From where is Infragistics getting it's version of IE from?
softwarehaan,
Try this (works for me):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <meta http-equiv='X-UA-Compatible' content='IE=8' /></head>
It's possible you'll be required to close and reopen IE9 as reported in the comments here:
http://evolpin.wordpress.com/2011/02/25/ie9-compatibility-and-the-meta-tag/
Unfortunately, this seems to solve only a part of these issues. When UltraWebGrid has a fixed table layout and scrollbars, there are still problems. The v10.3 release still doesn't solve these issues from what I've seen.
Hi all,
It has been some time since your posts, however in case you are still experiencing any issues I would be glad to help.
The following discussion provides more information regarding the .NetAdvantage IE9 supported versions:
http://community.infragistics.com/forums/t/57958.aspx
Please note that the UltraWebGrid control is now outdated and as of .NetAdvantage 2011 Volume 2 is no longer included in our product package. I would suggest that you consider switching to the WebDataGrid/WebHieararchicalDataGrid. More information regarding these controls is available at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
Additional samples demonstrating the features of these grids can be found at:http://samples.infragistics.com/aspnet/
Feel free to contact me if you have any questions.