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

No DefaultLoadingPanel with RadAjaxManagerProxy

8 Answers 118 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
CSurieux
Top achievements
Rank 2
CSurieux asked on 17 Mar 2008, 03:30 PM
Hello,

I'am using a RadAjaxManagerProxy in a page with a RadAjaxManager in the MasterPage, but I discovered that we c'ant use The DfaultLoadingPanelID in the proxy, is there a reason or is it missing from the 1424 release ?

Regards
CS

8 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 17 Mar 2008, 04:28 PM
Hi Christian,

This is an omission from our side and I've just logged this into our TODO list. I've also updated your Telerik points for bringing this to our attention.

Let us know if other questions/problems come to mind.

Kind regards,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
CSurieux
Top achievements
Rank 2
answered on 17 Mar 2008, 04:55 PM
Thanks, more pbs on my side certainly with RadTreeView and RadDock, I have posted about this in he adapted forums.
CS
0
Daniel Plomp
Top achievements
Rank 2
answered on 24 Jun 2008, 08:43 AM
What should be the solution for this? Can we use the RadAjaxManagerProxy with a Ajax Loading panel?

Daniel
0
Sebastian
Telerik team
answered on 24 Jun 2008, 10:05 AM
Hi Daniel,

You can set DefaultLoadingPanel through the RadAjaxManager residing in the master page. Thus the loading panel should be displayed on the content page when you configure the ajax settings via RadAjaxManagerProxy. In support of this statement I am attaching a sample project to this forum post.

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Daniel Plomp
Top achievements
Rank 2
answered on 24 Jun 2008, 10:07 AM
Hi Stephen,

I was able to solve it in my code behind like this:

ajaxManagerProxy.AjaxSettings.AddAjaxSetting(this.cmdRegister, errormessage, this.ajaxLoadingPanel); 

So, that worked okay for me.

Daniel
0
Richard
Top achievements
Rank 1
answered on 12 Mar 2013, 07:24 PM
This thread was started 4 years ago.  I am trying to do the same thing.  Looks like it hasn't been implemented yet?  Could someone from Telerik please comment on the status of this?
0
Maria Ilieva
Telerik team
answered on 15 Mar 2013, 08:52 AM
Hi Greg,

Please note that the purpose of the RadAjaxManagerProxy control is to ease the design-time configuration only. The Proxy does not provide client-side functionality and properties as the Manager does. Therefore as the previous answers state you could set DefaultLoadingPanelID for the main RadAjaxManager, or add programmatic settings to the main Manager with RadAjaxLoadingPanel to each specific setting.


All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Richard
Top achievements
Rank 1
answered on 15 Mar 2013, 12:47 PM
Thanks for your reply Mark.  I think I was barking up the wrong tree with what I was trying to accomplish.  I ended up adding client-side request start and end handlers to show and hide the panel.  That seems to work nicely.
Tags
Ajax
Asked by
CSurieux
Top achievements
Rank 2
Answers by
Steve
Telerik team
CSurieux
Top achievements
Rank 2
Daniel Plomp
Top achievements
Rank 2
Sebastian
Telerik team
Richard
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or