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

Abort AJAX request on close event Kendo Window

1 Answer 89 Views
Window
This is a migrated thread and some comments may be shown as answers.
Victor
Top achievements
Rank 1
Victor asked on 12 May 2013, 10:20 PM
Hi, my question is how can I abort/cancel the ajax request that is made when I open a Kendo Window with the content as the answer from a URL. This is import for me, because the ajax request that I make takes about 30 seconds to be answered and if a close the window before that, I cant open the window again until the answer comes, because the ajax request keeps working in the browser and blocks the new request. In JQuery you can call abort() to the ajax request object, but i cant find that object in the Kendo Window documentation.

Thanks for youre time

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 14 May 2013, 03:19 PM
Hello Victor,

I am afraid that the Window does not allow you to abort the Ajax Request it performs.

Do not hesitate to suggest an idea on the feedback portal to implement a way to cancel it:

http://feedback.kendoui.com/forums/127393-kendo-ui-feedback

I am sorry for any inconvenience caused.

Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Victor
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or