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

AjaxLoadingPanel when page load

1 Answer 194 Views
AjaxLoadingPanel
This is a migrated thread and some comments may be shown as answers.
Sentil
Top achievements
Rank 1
Sentil asked on 27 Jul 2016, 11:50 AM

Hi

Saw below link, in this page OnAjaxRequest="RadAjaxManager1_AjaxRequest" is called

http://docs.telerik.com/devtools/aspnet-ajax/controls/ajax/radajaxloadingpanel/how-to/show-ajaxloadingpanel-on-initial-page-load

My goal is to show loading image in RadTreeList when page loads

OnAjaxRequest="RadAjaxManager1_AjaxRequest" is in master page , how can i use this in ascx page

But in my environment i have like below

  <telerik:RadAjaxManagerProxy ID="proxyManager" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="RadTreeList">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="sectionID" LoadingPanelID="RadAjaxLoadingPanel1" />
                </UpdatedControls>
            </telerik:AjaxSetting>          
        </AjaxSettings>        
    </telerik:RadAjaxManagerProxy>   

 <telerik:RadTreeList ID="taskTreeList" runat="server"></telerik:RadTreeList>

 

Is there any other workaround?

Senthil

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 01 Aug 2016, 08:38 AM
Hi Sentil,

See Example 3 in the help topic below for more information on how to handle the main RadAjaxManager client events from the UserControl:
http://docs.telerik.com/devtools/aspnet-ajax/controls/ajaxmanager/radajaxmanagerproxy/overview

I hope this helps.

Regards,
Maria Ilieva
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
AjaxLoadingPanel
Asked by
Sentil
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or