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

LoadingPanel is only displayed the first time

1 Answer 117 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Pontus Johansson
Top achievements
Rank 1
Pontus Johansson asked on 21 Jul 2010, 09:29 AM
All of my RadAjaxLoadingPanels are having the problem that they only are displayed the first time an event is fired. The second time I do a partial update on my page, they aren't visible, but the update itself works fine. Added my code below.

<telerik:RadScriptManager ID="sm" runat="server">
    </telerik:RadScriptManager>
    
    <telerik:RadAjaxManager ID="ram" runat="server">
    <AjaxSettings>
    <telerik:AjaxSetting AjaxControlID="ecoWrapper">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="ecoWrapper" LoadingPanelID="RadAjaxLoadingPanel1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
    </AjaxSettings>
    </telerik:RadAjaxManager>
    
    <telerik:RadAjaxLoadingPanel runat="server" Skin="Simple" ID="RadAjaxLoadingPanel1" BackgroundPosition="Top"  >
    </telerik:RadAjaxLoadingPanel>


 <asp:Panel runat="server" ID="ecoWrapper">
...
</asp:Panel>


What could be the issue here? My page is within a masterpage if that matters.


1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 21 Jul 2010, 04:41 PM
Hello Pontus,

I am sending you a simple working project that is working as expected. Give it a try and see if it works for you or if I am leaving something out.

I hope this helps.

Greetings,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
Pontus Johansson
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or