隐藏掉:
bbar: new Ext.PagingToolbar({
            pageSize: 25,
            store: store,
            displayInfo: true,
            displayMsg: 'Displaying topics {0} - {1} of {2}',
            emptyMsg: "No topics to display",
            onFirstLayout : function(){//增加这个配置
            if(this.dsLoaded){
                this.onLoad.apply(this, this.dsLoaded);
            }
            if(this.rendered && this.refresh){
                this.refresh.hide();
            }
        }
        })
这是3.4的方式,3.1估计也一样,你先试试。