grid.getStore().on({ beforeload : function(STORE) { // perform some OPERATION }, LOAD : { FN : function(store) { //perform some operation }, scope : this } store.load();});
grid.getStore().on({ beforeload : function(store) { // perform some operation }, load : { fn : function(store) { //perform some operation }, scope : this } store.load();});
Your experience on this site will be improved by allowing cookies. Read Cookie Policy