DennisFLS
24 Jul 2012, 6:48 AM
Hi there,
for an application, I want to use several comboboxes that are filled with their corresponding stores upon app start. Let's say I got two comboboxes and two stores for "teams" and "areas". These comboboxes should be displayed on top of my application and can be used to set a filter for the two stores whenever the user wants to, regardless of the current tab that is active.
Technically, this works - my controller listens for the comboboxes change-event and filters the store. The problem is that if a filter is applied to the store, the combobox removes this item from its list.
I know, this is not a fault but by design, but is there any option or any plugin that I can use to make the combobox use the unfiltered store? I don't want to "copy" my stores and let the comboboxes work with these copies because I would have to synchronize each of them (i.e. if I add a team in one store, it has to be added to the other).
Thanks in advance :)
for an application, I want to use several comboboxes that are filled with their corresponding stores upon app start. Let's say I got two comboboxes and two stores for "teams" and "areas". These comboboxes should be displayed on top of my application and can be used to set a filter for the two stores whenever the user wants to, regardless of the current tab that is active.
Technically, this works - my controller listens for the comboboxes change-event and filters the store. The problem is that if a filter is applied to the store, the combobox removes this item from its list.
I know, this is not a fault but by design, but is there any option or any plugin that I can use to make the combobox use the unfiltered store? I don't want to "copy" my stores and let the comboboxes work with these copies because I would have to synchronize each of them (i.e. if I add a team in one store, it has to be added to the other).
Thanks in advance :)