Hi,
I have a web application with multiple user controls. Each user control has a radgrid and gets loaded on-click of respective image buttons. For a certain user control, on-click of the image button, I call an async ajax jQuery pagemethod to populate a container class which I use later. So, on-click of the image button, the user control gets loaded and the pagemethod gets called. Now, the radgrid for that user control has virtual scrolling and when scrolled, it sends ajax request with AjaxRequestWithTarget. The issue is that, the earlier pagemethod call is blocking the ajax request. The ajax request is getting blocked till the time the async ajax pagemethod completes its task.
Is there any way to overcome this issue ? I expect the ajax pagemethod to be async and shouldn't interfere with any other calls/requests and should run in the background.
Any help is appreciated.
Thanks!
I have a web application with multiple user controls. Each user control has a radgrid and gets loaded on-click of respective image buttons. For a certain user control, on-click of the image button, I call an async ajax jQuery pagemethod to populate a container class which I use later. So, on-click of the image button, the user control gets loaded and the pagemethod gets called. Now, the radgrid for that user control has virtual scrolling and when scrolled, it sends ajax request with AjaxRequestWithTarget. The issue is that, the earlier pagemethod call is blocking the ajax request. The ajax request is getting blocked till the time the async ajax pagemethod completes its task.
Is there any way to overcome this issue ? I expect the ajax pagemethod to be async and shouldn't interfere with any other calls/requests and should run in the background.
Any help is appreciated.
Thanks!