[CLOSED] How to auto update multi header combobox

  1. #1

    [CLOSED] How to auto update multi header combobox

    Hi,

    In border layout I have added left panel and right side grid panel with multi header and also multi header having one combobox. I would like to update combobox based left side filter selection. I mean if I select item1, Items2, Item3 these items need to add automatically to that combobox, if I select Item4 also all those 4 items should show in the combobox, if I select Item3 then Item1, Item2 and Item4 should show in combobox. Which property I have to add to the combobox or just let me know how to archive this functionality?
    Last edited by Daniil; Oct 06, 2011 at 3:28 PM. Reason: [CLOSED]
  2. #2
    Hi,

    The ComboBox's Select event:
    http://dev.sencha.com/deploy/ext-3.4...&member=select
    and the Store's .add() and, maybe, .loadData() methods can be helpful to achieve your requirement:
    http://dev.sencha.com/deploy/ext-3.4...ore&member=add
    http://dev.sencha.com/deploy/ext-3.4...ember=loadData

Similar Threads

  1. [CLOSED] GridView - Locking and Multi Header
    By Technetium in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 08, 2012, 9:46 AM
  2. Add multi Header dinamicaly
    By boris in forum 1.x Help
    Replies: 0
    Last Post: Apr 06, 2011, 9:15 AM
  3. [CLOSED] Multi header filter grid error...after upgrade!!
    By ilanga in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 10, 2011, 6:19 PM
  4. Replies: 1
    Last Post: Jul 19, 2010, 3:55 PM
  5. [CLOSED] [1.0] gridpanel multi header + column move
    By brettmas in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 28, 2010, 5:20 AM

Tags for this Thread

Posting Permissions