Hi Team,
I am using the infragastics version 8.2 in my web applaication(VS 2008) and some of controls(ie.ultraWebGrid) are not working with IE9 but working fine with IE8 or IE7.
Below is javascript error:
SCRIPT5007: Unable to get value of the property 'apply': Objct is null or undefined.
ig_Webgrid_dom.js, line 7214 character 2
SCRIPT5007: Unable to get value of the property 'init' : Objct is null or undefined.
ig_Webgrid_dom.js, line 11218character 2
To solve the above problem I have upgrade(Replace dlls, replace JS and add references to particular pages) the infragistics version to version 11.1, but still I am getting the same error.
Please provide any help on the above post
Thanks & Regards:
Prashant Pratap
Hi Prashant,
We have also had some issues with an application that had not been updated from that version when used in IE9.
It seems that Microsoft have dropped some obsolete functions from Internet Explorer, that were being called from older versions of the Infragistics tools.
As the UltraWebGrid is one of the classic controls that are no longer being supported, we have removed all the classic controls from this project and replaced with the newer controls including the WebDataGrid and it is now working with IE9.
Ken Paton
Hi Ken,
Thanks for this solution, kindly suggest which verion of infragistics should be used. I have already download the trial version of 12.2 but there is no dll found for WebDataGrid.
Thanks & Regards