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

Does set_enableAjax(false) close RadAjaxLoadingPanel?

7 Answers 181 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
James Daresta
Top achievements
Rank 1
James Daresta asked on 04 Jun 2010, 04:00 PM
So I have a RadAjaxLoadingPanel that I use and I want it to show for say a grid or even full screen not only when a ajax call is being done, but also a full postback. However, it seems that in routines where full postback is done or more importantly when args.set_enableAjax(false); is called on the client OnRequestStart that the panel does not show up. Does the panel only show up when a ajax call is being made? Is there a way for me to show a loading panel on demand without any ajax call or such being done? Thanks.

7 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 07 Jun 2010, 10:15 AM
Hello James,

Telerik RadAjaxLoadingPanel will be shown as a progress indication when only a callback request is performed, i.e. when the page is loading silently. For more information on LoadingPanel usage please refer to this help topic.

All the best,
Maria Ilieva
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.
0
Pawan
Top achievements
Rank 1
answered on 04 Mar 2013, 02:29 PM
EnableAJAX="false" working fime  <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> otherwise postback the page
in same scenario using q2 2012 version
0
Maria Ilieva
Telerik team
answered on 07 Mar 2013, 09:50 AM
Hello Pawan,

I'm not able to completely understand the issue you are currently facing. Could you please elaborate a bit more on your scenario and the problematic behavior you are facing so that we could further assist?

Regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Pawan
Top achievements
Rank 1
answered on 12 Mar 2013, 03:51 PM
HI James,
               I have Upgrade my Telerik .net 2.0 to RadControls for ASP.NET AJAX Q2 2012 and framework 4.0  my problem is that RadAjaxManager not working in UserControl1.ascx  load in  UserControl2.ascx  radajaxloadingpanel progress bar also not work i am working in this problem last two day and my release date on 21 march 2012 please sort our my issue or you give your help line number so that i can contact you in indian time.
Thanks in Advance!
0
Maria Ilieva
Telerik team
answered on 15 Mar 2013, 08:53 AM
Hello Pawan,

Could you please elaborate  bit more on the exact scenario you are implementing and the issue you are currently facing with the RadAjax components? It will be best if you could open a regular support ticket and send us sample runnable application which demonstrates the problems. Thus we will be able to debug it locally and advise you further.

All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Pawan
Top achievements
Rank 1
answered on 15 Mar 2013, 09:51 AM
When using RadAjaxManager in UserControl of asp.net then loading panel not working as given in below code

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
                <AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="workingTimeOverviewPageView">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="divLoadingImageWorkingTime" LoadingPanelID="RadAjaxLoadingPanel1" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                    <telerik:AjaxSetting AjaxControlID="overviewFPageView">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="divLoadingImageWorkingTime" LoadingPanelID="RadAjaxLoadingPanel1" />
                         </UpdatedControls>
                         
                    </telerik:AjaxSetting>
                    
                </AjaxSettings>         
                       
            </telerik:RadAjaxManager>
            
<div id="divLoadingImageWorkingTime"  style="position:absolute;left: 50%;top: 50%;" runat="server"></div>

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server">
            <img alt="Loading..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>'
                style="border: 0px;" />
    </telerik:RadAjaxLoadingPanel>

In Above code if we use Enable="false" then it working fine
0
Maria Ilieva
Telerik team
answered on 20 Mar 2013, 12:10 PM
Hello,

Please try using the "Telerik.Web.SkinRegistrar.GetWebResourceUrl" method as described below and verify how it goes:
http://www.telerik.com/help/aspnet-ajax/introduction-troubleshooting-skins.html

All the best,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
James Daresta
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Pawan
Top achievements
Rank 1
Share this question
or