Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
200
Ajax queries broken under certain circumstances
posted

Hi infragistics team

I use a webscriptmanager in all pages, with webtabs and webdatagrids principally

When I issue an async postback for something like WebDataGrid CRUD, everything works as expected, but if I click some object (add row button, tab, select line, etc..) during the request, all further async postbacks seem unresponsive and the framework is stalled

I tried to debug all my user code which is pretty dense already, but there seems to be no interaction which could prevent async postbacks to work under these circumstances

What could be the cause?

Test scenario is the following:

Add a new row to a WebDataGrid, click a webtab tab or an add row button during async postback (while rotating symbol is displayed) then everyting is stalled and async postbacks don't work anymore... refreshing the page cures the problem

Thanks for your investigation

Parents
  • 29417
    Offline posted

    Hello Antoine ,

     Thank you for posting in our forum.

    In this test scenario is the WebGrid nested inside the WebTab?

    In general there could be a problem only if the two ajaqx requests are attempting to update the same  section of the page.

    Since they’re asynchronous there’s no guarantee which one will return first and update that part of the page .

     

    Could you also let me know  which version of the asp.net controls you’re using and which Service release version? It would also be helpful to know if the issue is specific to any browser and it’s version.

     

    I’m looking forward to your reply.

     

    Best Regards,

    Maya Kirova

    Developer Support Engineer II

    Infragistics, Inc.

    http://es.infragistics.com/support

     

Reply Children