[CLOSED] In a ComboBox, clicking the search trigger brings back all elements of the store instead of only the matching items

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] In a ComboBox, clicking the search trigger brings back all elements of the store instead of only the matching items

    To reproduce open Examples/Form/ComboBox/Custom_Search/Default.aspx page and:

    1. set:
    HideBaseTrigger = "False"
    2. Add these attributes:
         
    QueryCaching="False"
    QueryMode="Remote"
    to the first combobox (the one defined using markup).

    Run the page and type blood in the first combobox. The combobox displays the list and it shows only one item, Bloodroot, which is correct. Now click on the trigger button to hide the list and click again to display the list. This time the list will show all the items, which is incorrect, in my mind, or at least this is not the behaviour experienced in the previous version of Ext.Net.

    The request sent to the server contains:

    query=&page=1&start=0&limit=25

    query should have been set to the text contained in the combobox.

    This might not be a problem with Ext.Net, rather with ExtJs 4. I will do more digging.

    Update: fyi, I couldn't reproduce this problem in ExtJs 4.1.1.

    Thanks
    Last edited by Baidaly; Dec 18, 2012 at 7:35 PM. Reason: [CLOSED]

Similar Threads

  1. Multiple Clicking on tree shows multiple items
    By yash.kapoor in forum 2.x Help
    Replies: 1
    Last Post: Oct 16, 2012, 7:44 AM
  2. Replies: 25
    Last Post: Sep 12, 2012, 12:41 PM
  3. Replies: 1
    Last Post: Aug 12, 2012, 7:32 AM
  4. Replies: 13
    Last Post: Jun 22, 2011, 2:05 PM
  5. Replies: 0
    Last Post: Oct 28, 2009, 6:05 AM

Posting Permissions