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

radajaxloadingpanel

1 Answer 31 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
gila
Top achievements
Rank 1
gila asked on 03 Feb 2011, 09:06 AM
Hello,
I have a solution using masterpage, in witch i have pur radAjaxManager, and every page i am doing ajax, it is done in the master , with loadingpanel, that is set in the master. I have wrote it like this :

<

 

telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server"

 

 

Skin="Vista" IsSticky="true" BackgroundPosition="Center" Height="60px"

 

 

Width="70px" HorizontalAlign="Center">

 

 

</telerik:RadAjaxLoadingPanel>

 

 

<asp:ContentPlaceHolder ID="contentBody" runat="server">

 

 

--------------Here comes the pages---------------
</
asp:ContentPlaceHolder>
Actually , when ajax workes, i see the image loading but it is positioned in top of the page, and also take place. I want it to be in the center of the ajaxed place, and to above the content, not instead place in the content.
Is it possible?

I have attached a picture of how my loadingPanel is seen when ajaxed.

Thanks,
gila

 

1 Answer, 1 is accepted

Sort by
0
gila
Top achievements
Rank 1
answered on 03 Feb 2011, 12:34 PM
I found the solution - put out the property "IsSticky".

Thanks anyway,
gila
Tags
Ajax
Asked by
gila
Top achievements
Rank 1
Answers by
gila
Top achievements
Rank 1
Share this question
or