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

Migration from SP3 do prometheus

2 Answers 53 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
possible
Top achievements
Rank 1
possible asked on 05 Mar 2008, 11:08 AM
Hello,

I'm migrating big asp.net application from old controls to new prometheus sp1, and this is really painful, for example:
- old radnumerictextbox doesnt want to work at one site with new one (js functions has the same names i guess and new control is using js from old one generating some js errors),
- radcombobox with customtext doesnt have Value property,
- etc..

But I have one big problem, and I'm really tired becouse of it. I have main aspx, with some ascx controls inside loaded dynamically to asp:panel on page_load, in this ascx I use RadScriptBlock to fix problem with <%# %> tags.
I have RadToolbar that on click updates content of these panels by AjaxManager and i can't get this to work.. when i remove radscriptblock from ascx everything works as before migrating to Prometheus. Is any way to make it works? :(

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 05 Mar 2008, 11:20 AM
Hi tspossible,

The client API of all RadControls in Prometheus has changed because they are all now built on top of MS AJAX framework. You can use the respective help files of the controls where the new API is documented.
As for the problems with updating the Panel with the new version - can you please assemble a simple page which we can look into. Once we review it we would provide you with more to the point answer.

Kind regards,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
possible
Top achievements
Rank 1
answered on 05 Mar 2008, 11:56 AM
Thanks for answer. Yes, I have read theses documents migration still takes a lot of time... I created sample project and submitted it as a support ticket in Client.Net panel.
Tags
Ajax
Asked by
possible
Top achievements
Rank 1
Answers by
Steve
Telerik team
possible
Top achievements
Rank 1
Share this question
or