[CLOSED] Combobox TypeAhead

  1. #1

    [CLOSED] Combobox TypeAhead

    For a combobox, the behavior of TypeAhead = True changes between using a collection of list Items and using a store

    Dim elementComboPart As New ComboBox()
    elementComboPart.TypeAhead = True
    Example: If the combobox is a Country the, when using Listitems typing 'A' would narrow down the country list to all countries that start with 'A'

    When using a store, I have to type 4 letters in before the list gets narrowed down. So it takes until 'Aust' to show 'Australia' or 'Austria' for example.

    Q) How do I make this TypeAhead action start narrowing down immediately after the user starts typing when using a store?
    Last edited by Daniil; May 18, 2012 at 7:25 AM. Reason: [CLOSED]
  2. #2
    Hi,

    I think you just need to set QueryMode="Local" on the <ext:ComboBox> if using a Store.

    When the inner <Items> is configured, a Store is created and populated behind the scenes, and QueryMode="Local" is automatically set.

    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3
    Quote Originally Posted by geoffrey.mcgill View Post
    Hi,

    I think you just need to set QueryMode="Local" on the <ext:ComboBox> if using a Store.

    When the inner <Items> is configured, a Store is created and populated behind the scenes, and QueryMode="Local" is automatically set.

    Hope this helps.
    Indeed it did. Thank-you very much...

    See folks... It help's to upgrade to Premium Subscription ;)

Similar Threads

  1. [CLOSED] TypeAhead/Filter Combo Box
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 24, 2014, 1:43 PM
  2. [CLOSED] TypeAhead databound combobox
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jun 27, 2012, 1:28 PM
  3. [CLOSED] [1.1] Template Combobox typeahead value select the first row
    By ddslogistics in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Sep 28, 2011, 2:00 PM
  4. Replies: 4
    Last Post: Sep 28, 2011, 8:57 AM
  5. [CLOSED] ComboBox value resets after typeAhead does not return a match
    By joeRobee in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jan 06, 2011, 2:54 PM

Tags for this Thread

Posting Permissions