[CLOSED] How to make two autoload requests asynchrounous ?

  1. #1

    [CLOSED] How to make two autoload requests asynchrounous ?

    Hello,
    We implemented two panels each one contains autoload request.
    How to make them asynchrounous ?
    Last edited by Daniil; Mar 09, 2012 at 10:19 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Welcome to Ext.NET!

    Do you want to load the second Panel when the first one is already loaded, right?
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi,

    Welcome to Ext.NET!

    Do you want to load the second Panel when the first one is already loaded, right?
    Yes, Right :)
  4. #4
    Then I can suggest the following AutoLoad config for the second panel.

    Example
    <AutoLoad 
        Mode="IFrame" 
        Url="SomeUrl" 
        TriggerControl="FirstPanelID" 
        TriggerEvent="Update" />
  5. #5
    Quote Originally Posted by Daniil View Post
    Then I can suggest the following AutoLoad config for the second panel.

    Example
    <AutoLoad 
        Mode="IFrame" 
        Url="SomeUrl" 
        TriggerControl="FirstPanelID" 
        TriggerEvent="Update" />
    Thks it work's :)

Similar Threads

  1. [CLOSED] Updating combobox from GridPanel and Delays in Requests
    By tlfdesarrollo in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 18, 2012, 7:07 PM
  2. [CLOSED] Store and multiple requests
    By drgw74 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 27, 2011, 3:18 PM
  3. 404 Not Found for a few resources requests
    By orozcoc in forum 1.x Help
    Replies: 4
    Last Post: Feb 09, 2011, 8:25 PM
  4. Replies: 11
    Last Post: Apr 08, 2010, 1:36 PM

Posting Permissions