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

Fail operation of Drag To Group, Filtering, go to Second page of Grid

2 Answers 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Karen
Top achievements
Rank 1
Karen asked on 24 Nov 2010, 11:15 AM
I have remove the below Script:

<%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" %>
<%@ Register TagPrefix="telerik" TagName="Header" Src="~/Common/Header.ascx" %>
<%@ Register TagPrefix="telerik" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
<%@ Register TagPrefix="telerik" TagName="Footer" Src="~/Common/Footer.ascx" %>
<%@ Register TagPrefix="sds" Namespace="Telerik.Web.SessionDS" %>

then, when I added these functions (as title), it has an error at the run time. the error occur when I do the action both Drag To Group, Filtering, go to Second page of Grid. it said:
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.

But, it is work if I select row, resize the column width and my other function in my web, so I can confirm that is only error occur when Drag To Group, Filtering, go to Second page of Grid.

2 Answers, 1 is accepted

Sort by
0
Karen
Top achievements
Rank 1
answered on 25 Nov 2010, 02:25 AM
help me Please........
0
Tsvetina
Telerik team
answered on 29 Nov 2010, 08:33 AM
Hello Karen,

Could you confirm if what is described in the error message does not apply to your code - having Response.Write(), response filters, etc. in your source? Also, do you have any custom code in your ItemCommand event handler? If you are running source code that is similar to a demo of ours, could you please let us know which demo exactly it is and what are the differences between your code and ours?

Sincerely yours,
Tsvetina
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Karen
Top achievements
Rank 1
Answers by
Karen
Top achievements
Rank 1
Tsvetina
Telerik team
Share this question
or