I'm building an application using Ext Js MVC approach.
I have a couple of combos on different views bound to one store. The store is set to query: remote and autoLoad: false and loads its data from server.
The problem every time I change the view (the old view is destroed) and expand the combo, the store will reload its data. Is there any way to force the store to load its data only once ? When the store is once loaded it will not reload it again even the bound combo is destroed.