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