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

Loading Panel and Rad Ajax Manager

1 Answer 95 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
soraya
Top achievements
Rank 1
soraya asked on 13 Mar 2012, 10:41 PM
Hi

I have a Page A where on button click, I display another page B using radwindow dialog. When button save is clicked on page B, some data is  processing, Page B is closed and then page is redirected to Page A.
In this scenario, i refresh page A with radajaxmanager sometimes it takes considerable amount of time and user may not know if the processing is going on.

I wan to display a loading panel on Page A once the Dialog of page B is closed, I am using DefaultLoadingPanelID in my radajaxmanager but the loading panel is not displaying. I dont know why :(

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 16 Mar 2012, 08:48 AM

Hello Soraya,

Please note that in order to have the RadAjaxLoadingPanel appears corectly you should set the Skin property for the control.
Also could you please elaborate a bit more on your application and the exact approach you are using for updating the Page A content after closing the popup window? Are you redirecting back to the main page or you are calling ajaxRequest for this purpose?
If you are redirecting the page back please note that in Ajax scenarios the usage of Response.Redirect() method is not supported but you should use the RadAjaxManager.Redirect() method which is described here.
If the problem still remains please provide us some more information on your project or send us the full markup of the page as well as the related code behind. Thus we will be able to further research on the problem and do our best to provide proper solution.


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.
Tags
Ajax
Asked by
soraya
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or