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

loading panel doesnot work with update panel

1 Answer 194 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Eftal
Top achievements
Rank 1
Eftal asked on 20 Jun 2011, 09:36 AM
hi,

i have update panel on my page and i want to use loading panel also. Loading panel should works when i click a combo box but update panel does not allow that. If i remove <asp:UpdatePanel runat="server"> loading panel works fine however i need <asp:UpdatePanel runat="server">  also.

thank you.. 

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 22 Jun 2011, 03:14 PM
Hi Eftal,

Please note that RadAjaxLoadingPanel is only supported in usage with RadAjaxManager and RadAjaxPanel controls. Also note that using RadAjaxManager or RadAjaxPanel into the same page with asp UpdatePanel to update the same part of the page is not supported scenario. So I would suggest you to ajaxify the needed control with single RadAjaxManager on the page which could handle all scenarios and use the RadAjaxLoadingPanel with it.

Regards,
Maria Ilieva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Ajax
Asked by
Eftal
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or