I have the following:
<telerik:RadXmlHttpPanel ID="RadXmlHttpPanelWOSummary" runat="server" LoadingPanelID="RadAjaxLoadingPanel1"
Value="CACTU" OnServiceRequest="XmlHttpPanel_ServiceRequest"
RenderMode="Block">
When the service request fires off, the Loading Panel displays. Unfortunately, it NEVER hides. I have followed your demo to a T, what could I possibly be doing wrong? Is there a way I can explicitly hide the loading panel for the XmlHttpPanel? I know how to hide one explicitly but I can't get it to work in conjunction with the RadXmlHttpPanel.
Thanks,
Andy