例如load資料之後選定某些行資料。 this相當於目前的GridPanel, idxs相當於你要選取的行號 複製程式碼 程式碼如下: this.store.on("load",function(store) { this.getSelectionModel().selectRows(idxs); //this.selectedRows = [] ; },this);