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

AjaxLoadingPanel not working in Usercontrol

2 Answers 229 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
HHalim
Top achievements
Rank 2
HHalim asked on 27 Jul 2007, 09:44 PM
Hello,
I have a user control with RadEditor, and then I load this user control into a RadDock object. I set the Ajax manager proxy to update the RadEditor. However, when I click the editor pencil icon, cancel/update button, the loading panel is not showing any image or loading text.

Thank you in advance for any help.

<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="HTMLModule.ascx.cs" Inherits="HLS.modules.HTMLModule" %> 
 
<asp:ScriptManagerProxy ID="HTMLModuleSMP" runat="server"></asp:ScriptManagerProxy> 
<telerik:RadAjaxManagerProxy ID="HTMLModuleRAMP" runat="server"
    <AjaxSettings> 
        <telerik:AjaxSetting AjaxControlID="HTMLEditor"
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="HTMLEditor" LoadingPanelID="HTMLEditorALP" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
    </AjaxSettings> 
</telerik:RadAjaxManagerProxy> 
<radE:RadEditor ID="HTMLEditor" runat="server"  
CausesValidation="False"  
OnCancelClicked="HTMLEditor_CancelClicked"  
OnSubmitClicked="HTMLEditor_SubmitClicked"  
EnableViewState="False" 
Width="100%" 
Height="650px"  
Editable="false" 
> 
</radE:RadEditor> 
<telerik:RadAjaxLoadingPanel ID="HTMLEditorALP" runat="server" Height="75px" Width="75px" > 
    <asp:Image ID="Image1" runat="server" AlternateText="Loading..." ImageUrl="~/RadControls/Ajax/Skins/Default/Loading.gif" /></telerik:RadAjaxLoadingPanel> 
 

2 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 30 Jul 2007, 07:13 AM
Hi hhalim,

We were not able to reproduce the problem locally. Find attached a project that used the latest Prometheus and RadControls and your code, which works as expected.

Best wishes,
Steve
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
HHalim
Top achievements
Rank 2
answered on 30 Jul 2007, 10:42 PM
Well, I was writing about RadDock and usercontrol+RadEditor + AJAXproxy. I modified the MyPortal demo and reproduce the issue, but I can't figure out how to attach the files here, so I'll open a support ticket and attach it.

In the modified MyPortal demo, the loadingpanel is not showing and the RadEditor also is messed up, not sure why. At least in my other project the RadEditor is working fine, only the loadingpanel not showing.

Thanks!
Tags
Ajax
Asked by
HHalim
Top achievements
Rank 2
Answers by
Steve
Telerik team
HHalim
Top achievements
Rank 2
Share this question
or