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

[Solved] DefaultLoadingPanel not working

3 Answers 175 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
skysailor
Top achievements
Rank 1
skysailor asked on 12 Jul 2007, 05:50 AM
Hi,
I have set the DefaultLoadingPanel for the AjaxManager but not set it on any of the ajax defined control in the poperty builder. But the loading panel does not show. If I specify it on a control then it shows. Is this a bug? What is the purpose of the Default otherwise?

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 12 Jul 2007, 06:19 AM
Hi skysailor,

Indeed you are right. Currently this is an limitation in the "Prometheus" ajax manager when you do not have any AjaxSettings declared or you are performing ajax call from the manager otherwise if you have something like this the DefaultLoadingPanelID will operate normally:

            <telerik:RadAjaxManager ID="RadAjaxManager1" DefaultLoadingPanelID="RadAjaxLoadingPanel1" runat="server">
                <AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="Button1">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="Label1" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>

                </AjaxSettings>
            </telerik:RadAjaxManager>
            <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
             Loading...
            </telerik:RadAjaxLoadingPanel>
            <asp:Button ID="Button1" Text="Button1" runat="server" />
            <asp:Label ID="Label1" runat="server"></asp:Label>

We will do our best to provide fix for this as soon as possible.

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Michael
Top achievements
Rank 1
answered on 13 Jun 2008, 08:16 PM
Did this one get fixed in the latest version (RadControls for ASPNET AJAX Q1 2008)?
0
Pavel
Telerik team
answered on 16 Jun 2008, 02:13 PM
Hi Michael,

The DefaultLoadingPanelID property should be working as expected in the latest release. Let us know if you encounter any issues.

All the best,
Pavel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
skysailor
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Michael
Top achievements
Rank 1
Pavel
Telerik team
Share this question
or