We have a rad grid control on a page. When the large amount of data is to be displayed, following error is thrown:
Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out.
Please provide the solution for this as soon as possible.
Thanks
1 Answer, 1 is accepted
0
Mira
Telerik team
answered on 22 Jul 2009, 02:56 PM
Hi Jay,
I suggest you to view the help topic on Error Handling For Ajax Requests on how handler the received error. Another option is to set the AsyncPostBackTimeout property of the ScriptManager to a larger value and see if it makes any difference: