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

[Solved] Issue while loading RadAjaxLoadingPanel in Grid with Form Template

1 Answer 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Qaja Mohiddin
Top achievements
Rank 1
Qaja Mohiddin asked on 23 Oct 2009, 05:01 PM

Hi ,
I am using a lienced  version of Telerik controls. I am facing the below problem..
I have a grid with "Form Template Edit Form", i need to display a "RadAjaxLoadingPanel" on click of Edit option in the grid.

I have tried using the below code

 

 

 

 <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanelGrid" runat="server" Transparency="1"
        IsSticky="true" BackgroundPosition="Center">
        <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/Web20.gif" />       
    </telerik:RadAjaxLoadingPanel>

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    </telerik:RadScriptManager>   
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" >
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="radmaingrid1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="radmaingrid1" LoadingPanelID="RadAjaxLoadingPanelGrid" />                   
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>

 

 

 

I am getting an script error, after loading the RadAjaxLoadingPanel The same code works fine in grid pages without Edit option.

The below is the error message:
Line: 15
Error: Sys.ScriptLoadFailedException: The script 'http://testone.com/ScriptResource.axd?d=b1e1SDKF3vCYtyeiKg73_WLJqaceBWAo1WnKpHN0OF4lWhbWYvj40dZNbjPLahC_Grliil3xH5fS4OqIVYk8xw2&t=21c715f1' could not be loaded.


Please help on the above issue.
Also attached is the screenshot of the error message.


Regards

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 27 Oct 2009, 08:09 AM
Hi Qaja,

There can be different reasons the ASP.NET AJAX ScriptResource.axd load to fail and they are discussed in the following public ASP.NET forum threads:
http://forums.asp.net/p/1129144/1786288.aspx#1786288
http://forums.asp.net/p/1135963/1814191.aspx

Additionally, you can perform web resources troubleshooting following the guidelines from this article in the documentation.

Sincerely yours,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Qaja Mohiddin
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or