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

AjaxLoadingPanel with Update Panel?

1 Answer 99 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Izik
Top achievements
Rank 1
Izik asked on 26 Jul 2010, 09:33 PM
Hello,
Is there a way to use the ajaxloading panel with a regular update panel?
The reason I want to do this is because I work with dundas charts and for some reason, these charts don't get painted if they have a scroll bar while they're inside an ajaxloading panel. they do work while inside a regular update panel though... (I asked why it happens on the dundas forums)

But I still want to work with the RadAjaxLoading pane because the rest of my website does. any way to trigger it on the update panel callback event?

Thanks in advanced.

1 Answer, 1 is accepted

Sort by
0
Accepted
Cori
Top achievements
Rank 2
answered on 27 Jul 2010, 02:29 PM
I don't believe you can link it to the UpdatePanel, but I'm sure you can attach it to the ajax initialization on the UpdatePanel and then show the RadAjaxLoadingPanel using its client-side api.

This article shows how to attach a method to the UpdatePanel's ajax initialize request event:
http://msdn.microsoft.com/en-us/magazine/cc163413.aspx#S2

RadAjaxLoadingPanel show/hide code:
http://www.telerik.com/help/aspnet-ajax/ajxshowhideloadingpanel.html

I hope that helps.
Tags
Ajax
Asked by
Izik
Top achievements
Rank 1
Answers by
Cori
Top achievements
Rank 2
Share this question
or