I used Ext JS MVC in my project. I have a question about Ext.data.Store.
What time load data?
If I load the data in "afterrenderer" event, when I open a new view, it'll be reload the data. If I do not want to reload, how can I do? I just want to reload the data in "creat","update" and "delete" method.
Sorry about my English.:)

