[CLOSED] GridPanel with ComboBox editors depending on each other

  1. #1

    [CLOSED] GridPanel with ComboBox editors depending on each other

    Hi,

    in a GridPanel with three nested ComboBox editors (each bound to a store) I need to filter items of ComboBox2 depending on the selection in ComboBox1 and items of ComboBox3 depending on the selection in ComboBox2. I thought about loading all items in store2 and store3 and filter the stores according to the selected parent's ComboBox item. How can this be accomplished since the stores are used over all rows and the same store can't be filtered differently for each row?

    Example:

    GridPanel row1 - Combo1: "Category 1" selected >> Combo2: [Category 1 items] >> Combo3: ...
    GridPanel row2 - Combo1: "Category 2" selected >> Combo2: [Category 2 items] >> Combo3: ...

    Thanks!
    Last edited by Daniil; Jan 02, 2013 at 9:30 AM. Reason: [CLOSED]
  2. #2
  3. #3
    Thank you Vladimir - exactly what I was looking for!

Similar Threads

  1. [CLOSED] Display ComboBox in GridPanel depending on value in other column
    By HansWapenaar in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 14, 2012, 5:16 PM
  2. Replies: 3
    Last Post: Feb 21, 2012, 6:40 AM
  3. [CLOSED] Change color in ComboBox, depending on values
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 16, 2011, 12:42 PM
  4. Replies: 2
    Last Post: Aug 04, 2010, 2:26 AM
  5. Disable editors within Gridpanel
    By cpvaishya in forum 1.x Help
    Replies: 3
    Last Post: Mar 30, 2010, 11:16 AM

Posting Permissions