This is a migrated thread and some comments may be shown as answers.

Upgrade from Q1 2006 to Promethius - any problems running both?

1 Answer 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ryan Ternier
Top achievements
Rank 1
Ryan Ternier asked on 09 Jul 2008, 09:33 PM
Hey Guys,

We are currently using the 2006 Q1 version of Rad Controls. Seeing our web application is extremely massive, we can't just go out and do a swap of the rad controls.

is it possible to run the promethius version along-side of the Q1 2006 controls (on the same page as well as the same project)?

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 10 Jul 2008, 11:10 AM
Hello Ryan,

Yes, it is possible to use RadControls for ASP.NET and RadControls for ASP.NET AJAX in the same project. If you need to use 2 versions of the same control in a single page, you need to make sure however, that the client-side API for the first version does not conflict in some way with the other. For example both RadWindowManager for ASP.NET and RadWIndowManager for ASP.NET AJAX use radopen() - in this case you better use the $find() method for finding the needed control and then call its open() method to open the RadWindow instad of radopen.

I hope this helps.

Greetings,
Georgi Tunev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Ryan Ternier
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or