Hello!
I have some problem with ComboBox (or TreePanel) and GridPanel with different Stores.
Grid receives data from ComboBox (or TreePanel) if they exists and if gridStore have autoLoad=true.
But when I try execute
Ext.getStore('gridStore').reload()
I see correct binding data to grid.