"communication failure" window popping up in non-IE browsers

  1. #1

    "communication failure" window popping up in non-IE browsers

    Hi,

    I have a search button on a page, that triggers search to four grids. The problem is, that the searching process may take some time, and when the frustrated user clicks on any other button/link on this page to go to another, he gets back this failure window.

    I tried ShowWarningOnAjaxFailure="false", but it also suppresses the real errors.

    How can I get this working? In IE it is okay.

    thanks
    Łukasz Podolak
  2. #2
    Hi,

    Did you try to increase an AjaxEvent's Timeout?
    Like this:
    <ext:Button runat="server" Text="Click me">
        <AjaxEvents>
            <Click OnEvent="Button_Click" Timeout="60000" />
        </AjaxEvents>
    </ext:Button>
    By default it's 30000 (30 second).

    Please try it.

    If it won't make sense please provide us with a sample code reproducing the issue.

Similar Threads

  1. [CLOSED] How does "MaskCls" work for "AutoLoad" mask in panel control
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 19, 2012, 12:09 PM
  2. Replies: 5
    Last Post: May 02, 2012, 5:37 PM
  3. Replies: 2
    Last Post: Apr 05, 2012, 4:55 AM
  4. [CLOSED] Store "communication failure" and request method OPTIONS
    By nikisbeta in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 16, 2011, 1:53 PM
  5. Replies: 4
    Last Post: Oct 11, 2011, 2:42 AM

Posting Permissions