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

[Solved] Why don't I see the LoadingPanel?

1 Answer 133 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 2
Michael asked on 03 Jun 2008, 08:59 PM
Hi all,

I'm trying to understand why I don't see a loading panel pop up.  I have it pointing to a repeater... works fine with the other telerik controls, ex: grid & chart.

    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" MinDisplayTime="5000" IsSticky="true" Transparency="1" runat="server" Height="75px" 
        Width="75px"
        <img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading3.gif") %>' 
            style="border: 0px;" /> 
    </telerik:RadAjaxLoadingPanel> 
  
    <telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server"
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="rdcboCategories"
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="rptBooks" LoadingPanelID="RadAjaxLoadingPanel1" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManagerProxy> 

1 Answer, 1 is accepted

Sort by
0
Konstantin Petkov
Telerik team
answered on 04 Jun 2008, 07:25 AM
Hi Michael,

You have to make sure there is AJAX update as expected. Does the rdcboCategories control perform AJAX update in this case? Or is this a RadComboBox (I suppose) which does not perform postback with RadAjax turned off? Note that you may also need to add the rdcboCategories as updated control to be able to function properly after AJAX update.

If you still need further assistance, please elaborate more on your scenario and we will do our best to help you.

Kind regards,
Konstantin Petkov
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Michael
Top achievements
Rank 2
Answers by
Konstantin Petkov
Telerik team
Share this question
or