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

Loading Image not positioned where I want it

1 Answer 34 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Gotcha
Top achievements
Rank 1
Gotcha asked on 23 Nov 2011, 05:09 PM
Hi,

I have defined a RadLoadingPanel, in my master page ...
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel_LOS" runat="server" Skin="">
    <div style="height: 100%; width: 100%">
        <asp:Image ID="imgLoading" runat="server" ImageUrl="~/Images/Misc/loading2.gif" AlternateText="loading" />
    </div>
</telerik:RadAjaxLoadingPanel>

When it is displayed in a user control, which is a RadGrid, it is only appearing on top of the control... I've tried specifcying the Height to the hieght of the grid but it didnt work... is there something I am missing?
I 'd l ike it to appear in the center...

<telerik:AjaxSetting AjaxControlID="tsCRMPPSA">
    <UpdatedControls>
        <telerik:AjaxUpdatedControl ControlID="mpCRMPPSA" UpdatePanelHeight="400px" />
    </UpdatedControls>
</telerik:AjaxSetting>

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 24 Nov 2011, 05:42 AM
Hello,

Check the following help documentation which explains more about this.
Center the Loading Panel on the Screen

-Shinu.
Tags
Ajax
Asked by
Gotcha
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or