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

Ajax not working after Response.Redirect a document

1 Answer 94 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
jing
Top achievements
Rank 1
jing asked on 23 Jul 2010, 11:44 AM
I have a RadGrid and ContextMenu which wrap around with AjaxManager and AjaxLoadingPanel. When I right click on a row and select "Download", it postback and Response.Redirect(http://xxx/xxx.doc), the dialog window prompted. But once click on the cancel button, the ajax does not work anymore. How do I change it so that the ajax will not cancel when click to download the document.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 23 Jul 2010, 12:36 PM
Hello Jing,

Please try the following approach:
RadAjaxManager1.Redirect("http://www.google.com/");

Redirecting to another page

Best regards,
Daniel
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
jing
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or