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.
Pls let me know, as it s very urgent.
Regards
Asra.
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.