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

Ajax Loading panel no longer displays

3 Answers 38 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Keith
Top achievements
Rank 2
Keith asked on 26 Jun 2013, 02:17 PM

The ajax loading panel in our project fails to display. It was working, and although we have not modified the settings, it is now no longer working.

Relevant code:

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" 
    DefaultLoadingPanelID="RadAjaxLoadingPanel1" >
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="btnShowAll">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="Content" LoadingPanelID="RadAjaxLoadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Black" MinDisplayTime="1000">
</telerik:RadAjaxLoadingPanel>


The panel is rendered correctly in the html code however, the panel does not display on postback.

This was working last week. It stopped working after updating the Telerik controls on Monday.

3 Answers, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 28 Jun 2013, 05:29 PM
Hello Keith,

Thank you for contacting us.

Since the problem in your project was not present before upgrading the Telerik controls and that there is no obvious reason for the provided code to behave as you have described I would ask you to assure that all necessary steps described in the help topic bellow were taken into account:

I am attaching a simple project with your scenario, working as expected on my side. Check it out and let me know what is the difference in your case.

Kind Regards,
Konstantin Dikov
Telerik
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 the blog feed now.

0
Keith
Top achievements
Rank 2
answered on 30 Jun 2013, 04:55 PM
I should have mentioned that this is a project in development. After having troubles with other ajax requests, we updated the controls to determine if that would fix our issues. It did fix the issue we were having, but now, despite having rebuilt the entire project, including supporting dlls, the loading panel doesn't display.

I'll review the project you posted and see if I can make a determination on what the issue may be.
0
Konstantin Dikov
Telerik team
answered on 04 Jul 2013, 08:10 AM
Hi Keith,

I hope that the project I attached in my last post and the documentation for upgrading RadControls helps you with your issue.

If you experience any other difficulties, please don`t hesitate to get back to us.

Kind Regards,
Konstantin Dikov
Telerik
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 the blog feed now.
Tags
Ajax
Asked by
Keith
Top achievements
Rank 2
Answers by
Konstantin Dikov
Telerik team
Keith
Top achievements
Rank 2
Share this question
or