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

[Solved] RadAjaxLoadingPanel stays on the screen after request has finished

3 Answers 138 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Rubicon Computer Systems
Top achievements
Rank 1
Rubicon Computer Systems asked on 27 Dec 2007, 11:06 AM

Hi

I have a RadGrid (RadAjaxManager) with a WebUserControl (RadAjaxManagerProxy).

The RadAjaxManager code is as follows ...


<telerik:RadAjaxManager ID="ramLogs" runat="server" ClientEvents-OnRequestStart="ConditionalPostback" ClientEvents-OnResponseEnd="EnableAjax" EnableAJAX="true" EnablePageHeadUpdate="true">

<AjaxSettings>

<telerik:AjaxSetting AjaxControlID="rgLogs">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="rgLogs" LoadingPanelID="ralpLogs" />

</UpdatedControls>

</telerik:AjaxSetting>

</AjaxSettings>

</telerik:RadAjaxManager>


And the RadAjaxManagerProxy Code is ....


<

telerik:RadAjaxManagerProxy ID="ramprgLogs" runat="server">

<AjaxSettings>

<telerik:AjaxSetting AjaxControlID="rwmrgLogs">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="rwmrgLogs" LoadingPanelID="ralprgLogs" />

</UpdatedControls>

</telerik:AjaxSetting>

<telerik:AjaxSetting AjaxControlID="bResolved">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="bResolved" LoadingPanelID="ralprgLogs" />

<telerik:AjaxUpdatedControl ControlID="tdResolvedDate1" />

<telerik:AjaxUpdatedControl ControlID="tdResolvedDate2" />

</UpdatedControls>

</telerik:AjaxSetting>

<telerik:AjaxSetting AjaxControlID="bNewThread">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="bNewThread" LoadingPanelID="ralprgLogs" />

<telerik:AjaxUpdatedControl ControlID="trDate" />

<telerik:AjaxUpdatedControl ControlID="trReceiptMethod" />

<telerik:AjaxUpdatedControl ControlID="trVisibleToClient" />

<telerik:AjaxUpdatedControl ControlID="trThread" />

<telerik:AjaxUpdatedControl ControlID="trAttachments" />

</UpdatedControls>

</telerik:AjaxSetting>

<telerik:AjaxSetting AjaxControlID="sThread">

<UpdatedControls>

<telerik:AjaxUpdatedControl ControlID="sThread" LoadingPanelID="ralprgLogs" />

</UpdatedControls>

</telerik:AjaxSetting>

</AjaxSettings>

</

telerik:RadAjaxManagerProxy>



The problem is that the RadAjaxLoadingPanel stays on the screen after the Ajax Request has finished.

Also my RadEditor does not render correctly the first time it is displayed from a hidden state. The second time it displays it works correctly.

Any ideas ?

Kind Regards

David

3 Answers, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 28 Dec 2007, 08:02 AM
Hello Rubicon Computer Systems,

We are unable to reproduce the problem using the current official version of RadControls 'Prometheus" and the code you pasted. Can you please help out by providing a working project that we could use to examine the problem? Thanks in advance!

Sincerely yours,
Vladimir Milev
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
peaeater
Top achievements
Rank 1
answered on 30 Apr 2008, 09:08 PM
Same problem here. The RadAjaxLoadingPanel remains on the page after request has finished, but only when referred to from RadAjaxManagerProxy.
0
Konstantin Petkov
Telerik team
answered on 01 May 2008, 07:19 AM
Hello peaeater,

Unfortunately I have to repeat the same as written by my colleague Vladimir a couple of months ago. Can you please isolate the problem in a sample runnable web site and send it through a regular support ticket? We will investigate the issue locally and get back to you with our findings/resolution.

Kind regards,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Rubicon Computer Systems
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
peaeater
Top achievements
Rank 1
Konstantin Petkov
Telerik team
Share this question
or