Currently we are using Ultrawebgrid grid control (version 7.1) in our application and we were getting the below issues in IE9.
As per the Infragistics forums/sites, to solve the above issue, the Infragistics latest version(10.3.20103.1013) needs to be installed. Once this latest version is upgraded in our application, still we are getting thr grid issues(javascript errors) in only IE 9 of our application. With the latest version, the grid is working fine in IE6,IE7 and IE8. As per the below issues, it seems to be the problem is in the Infragistics grid javascvript files.
As we stuk up with this issue in IE9, Could you please help us on this for resolving the above issues?
Thanks all in advance for your support and help.
Best Regards,
Murali Gajam
Hi samireclp,
You have to upgrade to either 10.1 or later in order to get support for IE 9. It would need to be a Service Release from April or later of 10.1, 10.2, or 10.3. Or the Volume Release of 11.1 would suffice. There is a blog post explaining this.
-Dave
Hi,
In 10.3 works fine after apply latest patch 10.3.20103.2134.
BUT, I also have older branch code uses 9.2.20092.2056 version. After I applied latest patch of 9.2.20092.2183 version. But it is still giving Error, "Unable to get value of the property 'init': object is null or undefined " in below line.
igtbl_StateChange.prototype.init = function(type, grid, obj, value){ >>>> igtbl_StateChange.base.init.apply(this, [type]);
Can you guide , it is URGENT.
Thanks if you support on time.
Hi Tech Team,
I also getting same error "Unable to get value of the property 'init': object is null or undefined ScriptResource.axd?" in my Infragistic35. version 9.2.20092.2056 (Asp.net).Can you suggest which patch and from where i should download ?
I'm experiencing the same issue as the original post here (Unable to get value of the property 'init': object is null or undefined) with the UltraWebGrid.
I know the fix is in the latest build of 10.3, but I've been asked to explain to my management exactly why it is not working in IE9 with the old version. Is there a simple explanation for what code is not executing correctly?
I'm assuming that the actual problem occurs prior to this point - that an object was supposed to be initialized earlier, but some code was skipped for some reason and it ends up not getting created so it's null when it gets to this point, hence the error.
My question is, what code prior to this is executing incorrectly in order to create the preconditions for this error, and what changed in IE 9 to make this occur?
Anyone know?
Hello,
I am having the same problems but i think these are addressed in the latest service release (10.3.20102.2134). I am very much relieved now as the grid is working fine and am not getting the script errors anymore. But I still see a small issue with the grid when these are multiple bands. The add button for the inner band style is not behaving as expected. When the grid first loads the inner band add button is disabled and is shown as faded out which is fine but even after i select the inner band rows the button style still remains the same but the button is activated now so no problems with the functionality but the style seems to be an issue. Also I noticed even with the single band also the style of the button is inconsistent. Can you please look into this issue.
Thanks,Ajay.