My solution was switch to "beforeprefetch" event:

PHP Code:
me.getStorePianiInfiniteStore().on({

    
beforeprefetch: function (storeoperationopts) {

        
Ext.apply(operation, {
            
params: {
                
numerome.getNPiano().getRawValue(),
                
dt1Ext.Date.format(me.getDataDa().getValue(),'Ymd'),
                
dt2Ext.Date.format(me.getDataA().getValue(),'Ymd'),
                ....
            }
        });
    }