Posted in Javascript onJune 17, 2014
比如load数据之后选定某些行数据。
this相当于当前的GridPanel, idxs相当于你要选中的行号
this.store.on("load",function(store) { this.getSelectionModel().selectRows(idxs); //this.selectedRows = []; },this);
Ext GridPanel加载完数据后进行操作示例代码
- Author -
whsnow声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@