-
11 Mar 2013 12:35 AM #71
My solution was switch to "beforeprefetch" event:
PHP Code:me.getStorePianiInfiniteStore().on({
beforeprefetch: function (store, operation, opts) {
Ext.apply(operation, {
params: {
numero: me.getNPiano().getRawValue(),
dt1: Ext.Date.format(me.getDataDa().getValue(),'Ymd'),
dt2: Ext.Date.format(me.getDataA().getValue(),'Ymd'),
....
}
});
}


Reply With Quote