I want to do cascading combobox in extjs. I have to comboboxes
Course combobox
{ xtype : \'combobox\', emptyText : \'
Most likely your issue is that the store.load() is async. Try passing in the rest of your logic (filtering etc) in the callback of load.