How to remove old infragistics old controls? Is there a way like removing versions on the project folder of old controls?
Hello Andrea,
I assume you are referring to the classic ASP.NET toolset which has been retired since 11.1. Removing them can be achieved as with any ASP.NET control by removing them from all forms, user controls etc. in the project. For removing the references you may find the following articles describing the assemblies used by the retired controls:
http://help.infragistics.com/doc/ASPNET/2011.1/CLR4.0?page=Web_Deployment_Overview.html
http://es.infragistics.com/community/blogs/taz_abdeali/archive/2011/11/17/asp-net-product-changes-in-2011-volume-2.aspx
Hope this helps.
Hi Petar,
Thank you for your response. I'm having a problem with how the WebDropDown works. When I load the form for the first time, it works ok but when I click on it again the arrow button disappears and happens to have a hover effect.
Is there a way for the issue to be solved? Thanks.