Hi,
I must be missing something, but I am trying to place RadAjaxLoadingPanel in over the top of the updating control centred vertically and horizontally. But whatever I try the RadAjaxLoadingPanel is just placed in the top left corner of the updating control.
I.e in the example below the RadAjaxLoadingPanel1 is always displated in the top left corner of Panel1. Any ideas greatfull received.
<asp:Panel ID=Panel1 runat="server"> <div id="edit"> <div class="heading"><asp:Label ID="FormTitle" runat="server"></asp:Label></div> <p /> <div> <table border="1">...</table> <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Transparency="1" MinDisplayTime="1000" backgroundPosition="center"> <asp:Image ID="Image1" runat="server" ImageUrl="../img/ajax-loader.gif" AlternateText="loading"> <asp:Image> </telerik:RadAjaxLoadingPanel> </div></div>
</asp:panel>