[CLOSED] Load store on window popup

  1. #1

    [CLOSED] Load store on window popup

    I dynamically add modules and shortcuts to my desktop. When I click a shortcut, the appropriate window opens. Since I need to load a lot of data, I was wondering if it was possible to populate the store when the window pops up and not on page load.
  2. #2

    RE: [CLOSED] Load store on window popup

    Hi CSG,

    You can set the AutoLoad="false" on the <ext:Store>. When you're ready to load the GridPanel, you can call .load() client-side.

    Example

    GridPanel1.load()
    Hope this helps.

    Geoffrey McGill
    Founder

Similar Threads

  1. Replies: 1
    Last Post: Jun 18, 2012, 3:41 PM
  2. Replies: 2
    Last Post: Oct 11, 2011, 1:15 PM
  3. [CLOSED] Button event is not firing in parent window from popup window
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 14, 2011, 7:35 PM
  4. Replies: 1
    Last Post: Mar 14, 2011, 4:20 PM
  5. Replies: 1
    Last Post: Mar 11, 2011, 10:07 PM

Posting Permissions