I have 2010.2 installed now. I am using the 3.5 controls. I see that 4.0 controls are now available. Is there an easy way to convert the project (many pages) to use the 4.0 controls?
There is a new Version Utility in 2010.2 that you can use to make this switch. Once you pass it your source (solution, product, website), it'll analyze and recommend upgrading to 2010.2 3.5, but you can select the Upgrade Options and change it to upgrade to CLR4.0, and then select 2010.2 from the drop-down.
Here is what worked for me...
I did a solution-wide find/replace operation that searches for "Infragistics35" and replaced it with "Infragistics4".
A couple caveats...
I've gone through all of this, and everything works.
One nagging little bug remains... Every once in a while, Infragistics will automatically place a reference to the 3.5 WebDataGrid assembly in the web.config, resulting in the site not compiling due to ambiguity. At least I know what to look for now, and just remove the reference whenever it appears.