We are using Infragistics35.WebUI.UltraWebGrid.v9.1, Version=9.1.20091.1015 and since we started using Internet Explorer 9.0 in our environment we have a problem with an editable UltraWebGrid.
The grid doesn't seem to receive the events and Internet Explorer seems to "freeze" when we go from one cell to another. Using IE Developer Tools we intercepted a JScript error
Line: 11670Error: Unable to get value of the property 'init': object is null or undefined
The line is actually this:
igtbl_StateChange.base.init.apply(this, [type]);
on function igtbl_StateChange.prototype.init = function(type, grid, obj, value)
and the actual error is:
SCRIPT5007: Unable to get value of the property 'init': object is null or undefined
We tried using the following tags in the head section of our pages:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="X-UA-Compatible" content="IE=8" />
No luck ! Not even compatibility mode worked for us.
Is there anything else we could try ? Is UltraWebGrid.v9.1 compatible with IE 9.0 ?
Hello cnk_gr,
UltraWebGrid 9.1 is not compatible with IE 9.0.
Versions 10.1 - 10.3 are compatible with IE 9 through service releases. Version 11.1 (and beyond) are compatible from RTM.
Please read this blog for more information about IE 9 support.
Elizabeth AlbertLocalization Engineer