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

RadAjaxLoadingPanel causes Sys.WebForms.PageRequestManagerParserErrorException:

1 Answer 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 15 Dec 2011, 03:57 AM
Hello,

I have a very simple page that has one <asp:label> and one radgrid.  Everything works great and I have no issues.  Now, I'm trying to add a LoadingPanel so the user gets some feedback while the grid is resorting/grouping/filtering, etc.  I added the following from the demo:

<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="ClaimsGrid">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="ClaimsGrid" LoadingPanelID="RadAjaxLoadingPanel1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" />

But now when I perform certain actions, I get the following error:

Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near '<td>30</td><td>504.0'.

Thanks,
Ben

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 19 Dec 2011, 12:31 PM
Hello Ben,

Please review the answer provided in the support ticket you have opened with us for the same issue. It will be better to continue our communication in the official support ticket for best tracking the issue.

Best wishes,
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
Grid
Asked by
Ben
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or