I have a simple Ext.tree.Panel that loads its data from Ext.data.TreeStore using an ajax proxy.
The default behavior for the treenode extension is as follows:
- if expanded to: from cache
- if it has not been expanded: retrieving from the server
How to disable caching to never cache (i.e. always fetch from the server)?
Zurb source
share