比如load數據之後選定某些行數據。 this相當於當前的GridPanel, idxs相當於你要選中的行號複製代碼代碼如下: this.store.on("load",function(store) { this.getSelectionModel().selectRows(idxs); //this.selectedRows = []; },this);