HI,
We are currently using the Version "6.2.20062.1069"of infragistic. We are plannig to upgrade to Dotnet 3.5, Can you please suggest which is the best version of infragistics we can upgrade?
Thanks,
Kalai.
Hello Kalai,
The best version in your situation may differ based on the controls that you use in the application planned for upgrade.
If you use our classic controls (like “UltraWebGrid”, “UltraWebTab” etc.) and do not want to migrate to our new tools set, then you can consider upgrading to version 11.1 which is currently the last version that include our classic controls.
Since version 11.2 these controls are no longer provided with our install packages and can be considered as retired - http://blogs.infragistics.com/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
That is why migration to the new Aikido toolset is strongly recommended - http://samples.infragistics.com/aspnet/
If you need additional information let me know.
Thanks for your update. we were using Classic ASP.net controls. we cannot rewrite our entire application. Our motto is to upgrade the Dotnet 2.0 to Dotnet 3.5 or Dotnet 4.0. If we upgarde to infragistics version 2011 Volume 1 releasae will it support to the older asp.net controls for Dotnet 3.5 and dotnet 4.0? what is the pros and Cons for upgrading the newer version infragistic between dotnet 3.5 and 4.0? Can you please suggest us?
KAlai
If you upgrade to Infragistics ASP.NET controls with version 11.1 (the last version that contain our classic controls) you can use our classic toolset with CLR 2.0, 3.5 and 4.0.
In this version assemblies compiled for all these CLR versions are provided with the install package.
The code base for all CLR versions of our controls is nearly the same and the only main difference is the additional features provided by the higher .NET CLR version – support for some new .NET classes and functionalities and usage in newer versions of Visual Studio IDE ( http://msdn.microsoft.com/en-us/library/ms171868%28VS.100%29.aspx ).
I hope that this information will be useful.
Thanks for your Information. What are all the steps to upgrade to the newer version to our web application?
First you should upgrade your .NET Framework version and install all Visual Studio updates and service packs available.
Then you should upgrade your project containing Infragistics controls.
The main tool that is available for project upgrade is our “Version Utility” - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/Web_Using_Version_Upgrade_Utility.html
This tool will however only change assembly references in your project pages and “web.config” files.
Many of the assembly names and namespaces are changed between version 6.2 and version 11.1 and it is possible that the utility may be unable to automatically complete the entire upgrade process.
In this case you may have to manually make the needed changes to your project.
In the following link you can see part of the breaking changes made until version 11.1 - http://help.infragistics.com/Help/NetAdvantage/ASPNET/2011.1/CLR4.0/html/Known_Issues_Known_Issues_and_Breaking_Changes.html
Follow the above procedure and let me know if you need additional assistance.
Here you can find the online samples for WebDataGrid - http://ko.infragistics.com/products/aspnet/data-grid/. And this is WebDataGrid with all behaviors enabled - http://ko.infragistics.com/products/aspnet/sample/data-grid/all-behaviors-enabled. The documentation can be found here - http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html.
If you have any further questions, please feel free to contact us.
Hi,
Also please give the details about what are all the properties and the class it differs from 6.2 to 12.1 for the datagrid.
HI ,
We are doing our analysis in 12.1 version now. Can you please share some examples of web data grid related links with all kind of functionality?