13 Answers, 1 is accepted
Common cause of this error is when the response is modified by calls to Response.Write(). Please review the following topic which elaborates on this error.
Additionally, you can review Hristo Deshev's blog post:
Firewalls breaking ASP.NET AJAX!
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.

Unfortunately AJAX does not support server trace like Server.Execute(), Server.Transfer(), or modifying response with calls to Response.Write(), response filters, HttpModules, etc.
Do not hesitate to contact us if other questions or problems arise.
All the best,
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.

http://www.google.bg/search?hl=en&source=hp&q=response.write+asp.net+ajax&aq=0&aql=&aqi=g6&oq=Response.write+asp.net+&cad=h
I hope this helps.
Best wishes,
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.

RadAjaxLoadingPanel should not cause the error you received. The Response.Write() method could works fine with RadAjaxManager when the button which calls the Response.Write() is not ajaxified.
However, in order to progress in the resolution of this matter I will ask you to open a formal support ticket and send us a simple working project with reproduced this erroneous behavior. In that way we can pinpoint the problems you're facing on our side and provide a solution.
Looking forward for your reply.
At this point
Best wishes,
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.

http://demos.telerik.com/aspnet-ajax/grid/examples/automaticoperations/efdatabinding/defaultcs.aspx
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 '
<!DOCTYPE html P'.
http://forums.asp.net/t/1066976.aspx/1
Please get back to me.
Can you specify what steps we should follow in order to replicate the described error in Entity Framework Operations demo?
Kind regards,
Pavlina
the Telerik team

The grid was inside an asp:placeholder on an Ajaxified Content page.
When I removed it from the placeholder, the error no longer occurred.

With this commented out, the link works, but the visibility doesn't.

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 ' Thank you for using'.
I am getting this while i move appoinments in rad scheduler.I have created Rad scheduler dynamic within
<asp:UpdatePanel runat="server" ID="Up1" UpdateMode="Conditional">
<ContentTemplate>
<telerik:RadPersistenceManager ID="RadPersistenceManager1" runat="server">
<PersistenceSettings>
<%--<telerik:PersistenceSetting ControlID="RadGrid1" />--%>
</PersistenceSettings>
</telerik:RadPersistenceManager>
<telerik:RadDockLayout runat="server" ID="RadDockLayout1">
<div class="row">
<telerik:RadDockZone runat="server" ID="RadDockZone1" MinWidth="250" MinHeight="550" CssClass="col-lg-3 mangezindex">
</telerik:RadDockZone>
<telerik:RadDockZone runat="server" ID="RadDockZone2" MinWidth="250" MinHeight="550" CssClass="managemargin col-lg-9 mangezindex">
</telerik:RadDockZone>
</div>
<div class="row">
<telerik:RadDockZone runat="server" ID="RadDockZone3" MinWidth="250" MinHeight="550"
Style="margin-top: 15px; max-width: 100%; z-index: 4;" CssClass="managemargin col-lg-12">
</telerik:RadDockZone>
</div>
</telerik:RadDockLayout>
</ContentTemplate>
</asp:UpdatePanel>
Please provide me a solution.
This can happen when the trial message (https://docs.telerik.com/devtools/aspnet-ajax/licensing/trial-license-limitations#trial-licenses) renders during a partial postback. It renders randomly and in most cases partial rendering will still work without this error.
The only guaranteed way to avoid this particular scenario is to have a commercial license so you can use the commercial versions of our assemblies that do not add this message.
Regards,
Marin Bratanov
Progress Telerik