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
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.