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,
I suggest the following resources for a complete view of the possible products you could acquire. Infragistics Products Lifecycle including Support Expiring dates could be found at: http://es.infragistics.com/help/product-lifecycle/
A complete list of the supported environments for the corresponding Infragistics Products is documented at: http://es.infragistics.com/help/supported-environments/
In order to ensure IE9+ support the minimum required version of the Product is NetAdvantage 11.2 There is no universal tool that could be used for an automated transition from the deprecated Infragistics Tools to the current ones. There are a lot of changes, almost all the web elements from browsers, to frameworks to the client technologies have gone through iterations, the toolset that Infragistics started developing almost a decade ago was faced with some major challenges to keep up with all of these updates. The controls were not designed in a way that it could accommodate all these changes as they were happening.
The retired Classic ASP.NET Controls should be manually replaced with the New Aikido-Based Controls. To get familiar with the NetAdvantage for ASP.NET Product Changes in 2011 Volume 2 I recommend this article: http://es.infragistics.com/community/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx.It includes an overview for the Classic ASP.NET Controls as well as the New Aikido-Based Controls/Replacement.
Thank you for choosing Infragistics components!
Hi Prashant
I am currently using version 11.1, untill I can get the classicd controls replaced in all my projects.
The classic controls were removed in 11.2, which includes the UltraWebGrid, which i assume is the one you mean, as the WebDataGrid is the new one, and should be present. Both the UltraWebGrid and the new WebDataGrid are present in version 11.1, so that allows you to test applications woth both old and new components till all the old ones are replaced.
This link deltails the controls that were removed in version 11.2 http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0.
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
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.