using setMonitorChanges(true) on Stores without a loader
using setMonitorChanges(true) on Stores without a loader
Using Store.setMonitorChanges(true) does not have any effect on models already loaded into the store. Is this correct behavior? It's not really obvious from the JavaDoc.
If this is correct it also means that if you want to listen to events on a manually populated Store you must call setMonitorChange(true) prior to adding any models, or else your StoreListener will never be triggered.