Hi,
We have ASP.Net Web application that is using infragistics version 11 controls. This application is not browser independent and works only on internet explorer. Is there a smooth way to migrate this application to use latest or any ingrafistics version without rewriting application?
After migration application should work on different browsers like Chrome, Firefox, Edge etc.
Your suggestions are most welcome.
Hello Prakash,
There is no smooth way to upgrading without changing any code, since the classic controls were retired after v11.1 and will have to be replaced their newer equivalents, that have new/changed functionalities and properties, so changes in the code are necessary. To learn more about which controls have replaced the classic controls, please visit this page.
Additionally, I would like to share a 2-part blog that describes migration and provides some useful information on the product changes:
https://ko.infragistics.com/community/blogs/b/taz_abdeali/posts/asp-net-product-changes
https://ko.infragistics.com/community/blogs/b/taz_abdeali/posts/asp-net-product-changes-in-2011-volume-2
You would have to remove the classic controls and replace them with the new ones manually, I believe you may find this Control Migration Guide helpful. Also, if you scroll down the “Controls” section in the same page, you will find the complete list of topics regarding our controls, where detailed information about each of them can be found.
Lastly, I would like to share the following link where you can find samples of the updated controls:
http://ko.infragistics.com/samples/aspnet/
Please let me know if you have any questions.
Regards, Ivan Kitanov