I am using Infragistics version 8.1 in my project. I heard that now the latest version availble is 2010. I just want to know that if i use Infragistics 2010 in my project will it be compatible, because in my project I am using .net 2.0. If I upgrade, what will be the compatibility?
thank you
The Infragistics controls in 2010.1 and 2010.2 are still compiled against .NET Framework 2.0. So you don’t need to worry about that.
You should worry about breaking changes they have made (I can remember one in UltraCombo regarding the AutoComplete, where the old property was replaced by a new one, and after upgrading the new property had the default value, which I think was “No AutoComplete”).