Explain what is the purpose of load() in store?

Submitted by: Administrator
store.load() : returns boolean
Loads the Record cache from the configured Proxy using the configured Reader.
For remote data sources, loading is asynchronous, and this call will return before the new data has been loaded.
store.load({callback: fnCheckData, scope: this});
Submitted by: Administrator

Read Online Ext-JS Job Interview Questions And Answers