I have a data bound RadGrid that will bring up the first page, but when I try to move forward a page, I get the following error:
Error: Sys.WebForms.PageRequestManagerParserErrorException: The message recived from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response fileters, HttpModules, or server trace is enabled.
Details: Error parsing near '><td>$0.00</td><td>'.
I have a RadAjaxManager on the page also, and based on a different post I found when looking up this error, I have the RadGrid calling itself. The above error is on different data each time. I am not using response.write in my code, but when I search for it in my project, it is in this file: Telerik.Web.UI.xml
Any idea on how to fix this?
Thanks, Amy
Error: Sys.WebForms.PageRequestManagerParserErrorException: The message recived from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response fileters, HttpModules, or server trace is enabled.
Details: Error parsing near '><td>$0.00</td><td>'.
I have a RadAjaxManager on the page also, and based on a different post I found when looking up this error, I have the RadGrid calling itself. The above error is on different data each time. I am not using response.write in my code, but when I search for it in my project, it is in this file: Telerik.Web.UI.xml
Any idea on how to fix this?
Thanks, Amy