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

[Solved] Migrating from MS ajax scriptmanager, etc, to Telerik RAD AJax equivalents

1 Answer 105 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Larry Brindise
Top achievements
Rank 1
Larry Brindise asked on 09 Jun 2008, 03:48 PM
I am maintaining/extending an asp.net ajax app that basically uses the scriptmanager, updatepanel, and updateprogress components.
I am planning on gradually rolling in some Telerik rad ajax controls soon.
Should I go through the project and first replace the scriptmanager, updatepanel, and updateprogress components with the rad ajax equivalents, e.g.,
RadScriptManager, Rad???, and RadAjaxLoadingPanel (Rad??? = I don't know what the equivalent control would be - can't tell by the "rad..." name).
Is this a valid assumption on my part?
I have not had any luck in my search for documentation on this subject.  If there is some, please provide a link or specific search keyword string.  Most of the code snippets I have looked at are just that, snippets, and with these controls being totally new to me, there does not seem to be a simple "start here...".
My cursory attempts have not been successful, for example, I added a RadAjaxLoadingPanel control to a page, added a thread.sleep(3000) to the page_load(), and I do not see any "loading..." message on the web page.
Thanks for your direction to a complete newbie on Telerik controls.

1 Answer, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 09 Jun 2008, 04:14 PM
Hi Larry,

The Rad-control, replacing the UpdatePanel is RadAjaxPanel - it works in a similar manner - just wrap some controls with it and you get them ajaxified. The RadAjaxLoadingPanel is used to just identify that an Ajax call is in progress.

I believe you will find our Online Examples (added to your computer when using the installation package) useful.

Let me know if we can help further.

Kind regards,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Larry Brindise
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Share this question
or