Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
UltraWebGrid is not working in IE9
posted

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

 

Parents
  • 315
    Offline posted

    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

Reply Children