This question is locked. New answers and comments are not allowed.
Hi,
we have developed a MVC 3 application and we are using telerik asp.net web grid(rad control). The data load is working fine. But When I click sort or pagination I get an error as below.
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 '
<!DOCTYPE html PUB'
My questions are
- Can we use asp.net web grid in MVC 3. Is it a good practise?
- Is this use because of grid expects postback? If so how to resolve it in MVC 3
Any help would be appreciated.
Thanks,
Saravanakumar T
.