Won't Fix
Last Updated: 07 Oct 2015 12:27 by ADMIN
ADMIN
Boyan Boev
Created on: 25 Aug 2015 10:52
Type: Bug Report
0
A Ajax post request is getting cancelled during the execution
Steps to reproduce and the test project are in the internal description.
1 comment
ADMIN
Daniel Djambov
Posted on: 07 Oct 2015 12:20
Telerik: Unfortunately the standard approaches for detecting pending 'Ajax' requests doesn't work in this case. We currently use "jQuery.active" to take the count of the pending ajax requests for jQuery framework and "Sys.WebForms.PageRequestManager.getInstance().get_isInAsyncPostBack();" to detect pending ajax for the MS Ajax framework. The problematic app is running jQuery AJAX and their API is not able to handle our requests.

As a proposed workaround work-around you can add a wait step inside the code.