[CLOSED] Combobox items

  1. #1

    [CLOSED] Combobox items

    I have a form with few combo boxes which have considerable number of list items. If I fill all of them in advance it takes some time until form is opened. The thing is that they must not be filled at all, only if user wants. I would like to speed up the rendering of the form by filling items of combo box on demand (like event type in, or click on arrow). Is this possible?
    Last edited by Daniil; Apr 01, 2015 at 8:29 PM. Reason: [CLOSED]
  2. #2
    Hmmm the moment I posted question, I came to idea :). It is possible by using Store (instead of items) and set AutoLoad to false and then on Expand handler just reload store. Thanks

    P.S If there is better idea please propose, otherwise you may close this thread :)
  3. #3
    Hi @ingbabic,

    Exactly, remote loading of items on demand appears to be the only solution.

Similar Threads

  1. Replies: 4
    Last Post: Jul 15, 2014, 10:59 AM
  2. Replies: 5
    Last Post: Mar 15, 2013, 4:24 AM
  3. [CLOSED] ComboBox items Cls
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 21, 2012, 1:15 PM
  4. [CLOSED] Combobox: How to remove the duplicate items in the combobox?
    By csssi_coolite in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 09, 2011, 9:34 AM
  5. Combobox Items bug ?
    By fabiomarcos in forum 1.x Help
    Replies: 3
    Last Post: Dec 26, 2008, 4:00 PM

Tags for this Thread

Posting Permissions