There is a lot of activity in this forum so I thought it worthwhile warning/reminding that if you upgrade to 11.2 like I just did, you will find that UltraWebGrid is no longer included.
See this http://blogs.infragistics.com/forums/p/62330/315953.aspx#315953
and this
http://blogs.infragistics.com/blogs/taz_abdeali/archive/2010/03/04/asp-net-product-changes.aspx
So back to 'undoing' the upgrade for me....
Hello,
We have version less assemblies of all the controls including the classic ones. You can use them with 2011 Volume 2 as well. In order to make them work if you are using version assemblies, you will have to update your control tag prefixes so that it can use version less assemblies. Basically, you’ll have to take out all the version related information from the tag prefixes in your aspx page, or web config. You can download these version-less assemblies from:
Version Free Unsigned : http://download.infragistics.com/users/Murtazaa/Classic Controls/20111_ASPNET_VersionFree.zip
Version Free Signed : http://download.infragistics.com/users/Murtazaa/Classic Controls/20111_ASPNET_VersionFree_Signed.zip
Let me know if you have any questions.
Best,
Taz.
Hi Murtaza,
We have Sharepoint 2010 application in which we are using Infragistics 8.2 version. Which is compatible with IE7 and IE8, but now the users have IE9 browsers, because of which we have to make it IE9 compatible asap.
Issue is, Only Infragistics 11.1 and onwards versions supports for IE9 compatibility. i downloaded the 11.1 version from the links you have given as signed and unsigned assemblies.
These assemblies seems to have been built with .Net Framework 4.0. SharePoint 2010 targets only .Net Framework 3.5 version. So when i'm trying to refer the infragistics 11.1 version assemblies in my sharepoint application, it will obviously not allow.
Now the biggest issue here is, since i have to make my Sharepoint webapplication available to IE9 users, i cannot because infragistics 8.2 version does not support that. If i have to then i have to use 11.1 version which Sharepoint does not support because 11.1 is built with framework 4.0.
i have got stuck in a deadlock situation now. can you please suggest how to make my sharepoint 2010 webapplication available to IE9 users.
But only for .NET Version 4.
And are you saying that it is possible to mix versions of versionless assemblies i.e.use 11.1 versions of the UltraWebGrid assemblies with 11.2 versions of everything else?