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.
The classic controls like the UltraWebGrid you are using are not supported in IE11. If you want IE11 support you will have to convert your controls and upgrade to the latest version. You have two options, first you can either stay with ASP.NET and convert to our ASP.NET Aikido/Ajax controls which you can see samples for here:
http://ko.infragistics.com/samples/aspnet/
http://ko.infragistics.com/samples/aspnet/data-grid/overview
http://ko.infragistics.com/samples/aspnet/hierarchical-data-grid/overview
Of you can switch to our Ignite UI controls for jQuery:
http://igniteui.com/
http://igniteui.com/grid/overview
http://igniteui.com/hierarchical-grid/overview
Personally I recommend going the path of the Ignite UI controls for jQuery as that is the way the web seems to be going. Either way you can see the following blog for what controls were retired:
http://ko.infragistics.com/community/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
You may also want to read the following post on CLR version:
http://ko.infragistics.com/community/blogs/jason_beres/archive/2012/05/29/updated-support-for-clr-versions-and-visual-studio-versions.aspx
If you choose to go the path of the Ignite UI controls you can start converting to the latest version as soon as you download and install then reference the scripts in your project.
If you choose to go with the ASP.NET Aikido/Ajax controls it is recommended that you first convert to new controls then upgrade to the latest version. I don’t see what version you are using but generally we recommend using v11.1 to make the change as it is the last version to have both the old and new ASP.NET Aikido/Ajax controls. Then once you are finished converting upgrading the latest version is just changing the assembly references which you can do manually or using a tool in a few minutes.