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

[Solved] AjaxLoad Panel

1 Answer 112 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Asra
Top achievements
Rank 1
Asra asked on 18 Jun 2009, 03:12 PM
Hi All,
              I am using RadAjaxLaodingPanel for loading the RadGrid. I am using the image for loading. This image should come on the center of the Grid. But it is always coming on the top of the Grid. Can any one pls let me know how i can postion the image so that when clicked on the expand collapse button it should come on the center of the Grid.
          
  <telerik:RadAjaxLoadingPanel id="RadAjaxLoadingPanelGrid" Runat="server" EnableSkinTransparency="true"  Transparency="10"  BackgroundPosition="Center"  > 
                                                                                        <div> 
                                                                                        <asp:Image id="Image2" runat="server" ImageUrl="~/Images/Web20.gif" /> 
                                                                                        </div> 
                                                                                    </telerik:RadAjaxLoadingPanel> 


Pls let me know, as it s very urgent.

Regards
Asra.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 19 Jun 2009, 04:20 AM
Hi Asra,

Go through the following help article which explains how to center LoadingPanel on the Screen. RadAjaxLoadingPanel is centered  using the absolute positioning along with IsSticky mode of control.
Center LoadingPanel on the Screen

Thanks
Shinu
Tags
Grid
Asked by
Asra
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or