Not quite sure what the problem is. A callback will only be called when loading a store with a callback.
store.load({callback:myCallback});
If you just want to do something, as soon as you want to use a single-set listener in true. Listeners instead of callbacks is my preferred way.
store.on('load', onStoreLoad, this, {single:true});
The arguments to the api callback function are slightly different from the load listener, check the docs to see them.
pllee source share