Ext.override(Ext.PagingToolbar, {
onRender: Ext.PagingToolbar.prototype.onRender.createSequence(function(ct, position) {
if (this.refresh) {
this.refresh.hide();
}
})
});
Ext.override(Ext.PagingToolbar, {
onRender: Ext.PagingToolbar.prototype.onRender.createSequence(function(ct, position) {
if (this.refresh) {
this.refresh.hide();
}
})
});