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

[Solved] Loading Panel on page load / RadSplitter

3 Answers 263 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Karan
Top achievements
Rank 1
Karan asked on 27 Mar 2008, 06:49 AM
Hi,

My websites home page had multiple rad pane in there (using a Rad splitter), The page takes a long time to load, hence I want a loading panel to be displayed until all the panes have loaded.

In the Master page I have setup the Rad Ajax Manager and have the Rad Splitter and the Rad Loading panel

<

telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" > 
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
            
<UpdatedControls>
                
<telerik:AjaxUpdatedControl ControlID="MainSplitter"      
                    LoadingPanelID
="LoadingPanelId" />
            
</UpdatedControls>
    
</telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>

Please check  if the control Ids are correct ?

Please let me know if it is possible to achieve what I want, As the loading panel does not seem to show up on page load at all.

--Karan


 

 

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 27 Mar 2008, 08:12 AM
Hello Karan,

How to configure your ajax settings when RadAjaxManager resides in master page and some of the ajaxified controls reside in content pages you can learn from the online demo linked below:

http://www.telerik.com/DEMOS/ASPNET/Prometheus/Ajax/Examples/Manager/MasterPage/DefaultCS.aspx

The idea is to use RadAjaxManagerProxies in the content pages and add the ajax settings to them. Additionally, to see how to display the loading panel on initial load, review the code implementation from this help article.

Best regards,
Stephen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
newbie
Top achievements
Rank 1
answered on 16 Jun 2008, 05:47 PM
I tried this but couldn't get it working.

I want to show the loading Panel when my page loads for the very first time.
I am using a RadPanelBar on my master page.
Clicking on any item in the radPanelBar takes you to a new content page.
I want to show the loading panel each time a new page loads.

Any help appreciated.
0
Konstantin Petkov
Telerik team
answered on 17 Jun 2008, 05:48 AM
Hello newbie,

The solution from the help article here seems to be working as expected on our end. If you still experience difficulties applying it in your scenario, please submit a support ticket and attach a runnable application demonstrating the problem. We will get back to you with resolution.

All the best,
Konstantin Petkov
the Telerik team

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