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

[Solved] AjaxLoadingPanel writes updatedcontrolID

1 Answer 68 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Anu
Top achievements
Rank 1
Anu asked on 03 Jun 2009, 10:21 AM
Hi,
I am using AjaxLoadingPanel with a farpoint control. Since, it was not showing the loading image, I tried to put the farpoint control inside a panel or div. Code below shows how I have implemented the loading panel.

<

telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="75px"

 

 

Width="75px">

 

 

<img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>'

 

 

style="border: 0px;" />

 

 

</telerik:RadAjaxLoadingPanel>

 

 

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">

 

 

<AjaxSettings>

 

 

<telerik:AjaxSetting AjaxControlID="ButtonViewColumnHeader">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="divSpread" LoadingPanelID="RadAjaxLoadingPanel1" />

 

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>

 

 

</AjaxSettings>

 

 

</telerik:RadAjaxManager>

After loading the control, I get the clientID of the updated control written on my aspx page (just above the control) as shown below.

 
175782|updatePanel|ctl00_MasterContentPlaceHolder_ctl00_MasterContentPlaceHolder_divSpreadPanel|

Has anyone come across such a strange issue? Is there any way to get rid of this display?

many thanks,

Anu

 





1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 05 Jun 2009, 11:49 AM
Hello Anu,

Please try using the loading image referenced directly for best compatibility with custom modules. For fastest access, I am attaching the image too.

Greetings,
Veli
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
Anu
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or