ziaullhaq.s
23 Apr 2012, 12:44 AM
The question is we will do the dynamic loading of data using store's
pageSize & buffered
var store = Ext.create('Ext.data.Store', {
id: 'store', pageSize: 50, // allow the grid to interact with the paging scroller by buffering buffered: true, // never purge any data, we prefetch all up front purgePageCount: 0, model: 'Employee', proxy: { type: 'memory' } });Is it possible to do the same kind of functionality in Tree Store any solution will be great help:-/
pageSize & buffered
var store = Ext.create('Ext.data.Store', {
id: 'store', pageSize: 50, // allow the grid to interact with the paging scroller by buffering buffered: true, // never purge any data, we prefetch all up front purgePageCount: 0, model: 'Employee', proxy: { type: 'memory' } });Is it possible to do the same kind of functionality in Tree Store any solution will be great help:-/