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

Loading Panel not loading

4 Answers 178 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Nicholas Walker
Top achievements
Rank 1
Nicholas Walker asked on 15 Apr 2009, 09:50 PM
I have a situation like this:

I have my base page object.

Inside of my base page I have an ajax Manager.
Inside of base page I have a user control
Inside of this user control I have another user control with a radajaxmanagerproxy
Inside of this user control I have a RadGrid
For my edit form settings I have using EditFormType="WebUserControl"
Inside of that control I have a radajaxmanagerproxy

This radajaxmanagerproxy will not show the loading panel when an ajax postback occurs.

The page other then this works great, but for some reason the loading panel will not show.

Also during some release possibly the 2008 Q2 this worked perfectly.  I believe after upgrading to 2008 Q3 it stopped, and we never noticed.

Do you have any guidelines for nesting radajaxmanager(proxy) like this in order to get my desired outcome?
Are there any debugging points that you can suggest?

We are now on 2008 Q3.  We have not upgraded to 2009 Q1 yet.




4 Answers, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 21 Apr 2009, 02:16 PM
Hi Nicholas,

Could you please elaborate a bit more on your scenario? Do you have separate RadAjaxLoadingPanel in the user control used as grid edit form? Can you try removing the RadAjaxManagerProxy control from the above mentioned user control and add the ajax settings programmatically on Page_Load or Page_PreRender as described here and see if it makes any difference?

Check it out and let me know how it goes.

Kind regards,
Iana
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
MD
Top achievements
Rank 1
answered on 13 Jul 2009, 03:49 PM
Nicholas, were you ever able to resolve this issue?  I've been having a similar issue where the ajax on the page works fine; however, the loading panel never shows up.

I have a base page with an ajax Manager and a loading panel
inside the page I have a user control
this user control contains a radajaxmanagerproxy that contains a RadGrid (loading panel shows up for typical grid operations)
the grid edit form loads another user control that that has a radajaxmanagerproxy

Whenever performing any operation on the user control for the edit form that is setup for ajax the ajax works but the loading panel never shows up.  I've tried using the loading panel on the page, just using the ID, and also adding a seperate loading panel on this user control itself to no avail. 

Is there any known issue with using the loading panel where the controls are nested like described above and there are mutiple levels of ajax settings?  I've tested this with both Q3 2008 and the new Q2 2009.

Any help would be appreciated

Thanks
Matt
0
Iana Tsolova
Telerik team
answered on 14 Jul 2009, 08:18 AM
Hi MD,

I followed your description and prepared a sample project for you. Please try it on your end and let me know how it works.
Note that if the user controls are loaded on demand, as the grid edit form, I suggest that you add the ajax settings in the user controls in code behind, on Page_PreRender instead of using RadAjaxManagerProxy.

Sincerely yours,
Iana
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
suresh
Top achievements
Rank 1
answered on 20 May 2011, 07:14 AM
Hi there,
In my project i have added RadAjaxManager in a masterpage.One of my content page contains usercontrol.In my usercontrol i have to show loadingpanel after one buttonclick.When I have added ajaxmanagerproxy in usercontrol to show loadingpanel,it fails.What can i do to solve this problem.Plz help me.
Tags
Ajax
Asked by
Nicholas Walker
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
MD
Top achievements
Rank 1
suresh
Top achievements
Rank 1
Share this question
or