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

[Solved] Using mixed versions of RAD Controls cause any issue?

3 Answers 102 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Viswanathan
Top achievements
Rank 1
Viswanathan asked on 06 Aug 2009, 05:31 AM
Hi,

I was using RAD Controls Q3  2007 release version. I was using almost most of the controls such as DatePicker, Textbox, drop down, litsbox, radgrid etc. 

Since the "export to excel" feature of the Q3 2007 release doesn't support "ExcelML" format, i am going to upgrade Q2 2009 release of RAD Grid. Considering the migration time of all the controls to the latest version, i planned to upgrade only the RAD Grid control of the particular page. 

Does that cause any issue now (using mixed versions of RAD Controls in a page/project)?

Please let me know.

Thanks
Viswa

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 06 Aug 2009, 07:31 AM
Hi Viswanathan,

Generally, using ASP.NET and ASP.NET AJAX RadControls on the same page should not cause troubles, because these controls use different server and client namespaces. However, exceptions are possible. For example, placing an old and new RadMenu on the same page may cause CSS styles' conflicts, which may require some additional CSS rules to be added as a workaround. (Note that RadGrid for ASP.NET AJAX uses internally a RadMenu for ASP.NET AJAX for its filtering menu).

All in all, you should not have troubles. Please refer to:

http://www.telerik.com/help/aspnet-ajax/grdmigrationtoprometheus.html

Sincerely yours,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Viswanathan
Top achievements
Rank 1
answered on 06 Aug 2009, 09:00 AM
Hi,

Thanks! I replaced RAD Grid for ASP.NET with RAD Grid for ASP.NET Ajax in a page. But still it is referring to the old script (RadGrid.js) of the grid. How can i explicitly specify the js file for the ASP.Net Ajax RAD Grid?

Thanks
Viswa
0
Dimo
Telerik team
answered on 06 Aug 2009, 01:27 PM
Hello Viswanathan,

The scripts for the new ASP.NET AJAX RadControls are embedded in their assembly and there is no way for RadGrid to register a non-embedded RadGrid.js file. You also don't need to specify anything with regard to Javascript location - all required files are registered automatically.

Can you please explain what do you mean by "it is referring to the old script (RadGrid.js)" - what happens exactly?


Regards,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Viswanathan
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Viswanathan
Top achievements
Rank 1
Share this question
or