[CLOSED] Load combobox's store

  1. #1

    [CLOSED] Load combobox's store

    Last edited by Daniil; Jan 15, 2013 at 4:06 AM. Reason: [CLOSED]
  2. #2
    Hi @romeo,

    I would set up AutoLoad="false" for the Store and initiate a load request in the AfterRender listener of the field which value you need to be sent as a parameter. To initiate a load request just call.
    store.load();
    To reload the Store further please call:
    store.reload();

Similar Threads

  1. [CLOSED] Combobox with a store proxy load on expand
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Nov 16, 2012, 4:45 PM
  2. [CLOSED] Load data to store of combobox by proxy
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 08, 2012, 8:29 AM
  3. Populating ComboBox from Store on page load
    By ikhwanhayat in forum 1.x Help
    Replies: 7
    Last Post: Feb 06, 2012, 3:56 PM
  4. [CLOSED] Problem ComboBox with Listeners Load of Store
    By xeo4.it in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jan 18, 2011, 3:38 PM
  5. [CLOSED] [1.0] combobox load blank rows from store
    By PoloTheMonk in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 30, 2010, 9:35 AM

Tags for this Thread

Posting Permissions