[CLOSED] Is there any way to load my own options for list filter when the user selects a filter option from the header menu

  1. #1

    [CLOSED] Is there any way to load my own options for list filter when the user selects a filter option from the header menu

    Attached Thumbnails Click image for larger version. 

Name:	Filter.JPG 
Views:	39 
Size:	49.2 KB 
ID:	5871  
    Last edited by Daniil; Mar 26, 2013 at 4:17 AM. Reason: [CLOSED]
  2. #2
    Hi Tarun Chand,

    Where do you want to load the options from?

    If from a server, I would try this scenario.
    http://forums.ext.net/showthread.php?19562

    If from a client, I would try another one.

    1. Set up AutoLoad="true" for the ListFilter's Store. By the way, in this case you should be able not to populate it with "None" initially.

    2. Set up the following BeforeLoad listener for ListFilter's Store.
    store.loadData(...);
    return false;
    I am not 100% sure it will work, but I would try. Maybe, it will require some changes, tweaking.

Similar Threads

  1. Replies: 7
    Last Post: Mar 12, 2013, 8:15 AM
  2. Remote filter for Header Filter
    By huzzy143 in forum 1.x Help
    Replies: 2
    Last Post: May 09, 2012, 3:43 PM
  3. Replies: 2
    Last Post: May 01, 2012, 4:57 PM
  4. Not working: filter search, drop-down list
    By andersgunnare in forum 1.x Help
    Replies: 4
    Last Post: Jun 07, 2011, 6:45 PM
  5. Replies: 5
    Last Post: Dec 18, 2009, 9:50 AM

Posting Permissions