I have some simple processing going on inside a RadAjaxPanel, but when I add the RadAjaxLoadingPanel to get the spinner, the whole Panel just turns white / disappears until the postback returns.
This is a SharePoint Visual webpart and is now happening in two different projects (different site collections), regardless of what controls are inside the RadAjaxPanel.
This is a SharePoint Visual webpart and is now happening in two different projects (different site collections), regardless of what controls are inside the RadAjaxPanel.
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"></telerik:RadAjaxManager><telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server"></telerik:RadAjaxLoadingPanel><telerik:RadAjaxPanel runat="server" LoadingPanelID="RadAjaxLoadingPanel1"> ...Some postbacks</telerik:RadAjaxPanel>