最佳答案: store 为grid的store,数据加载完后判断一下ID=3的数据在store中的位置,然后选中这一行 store.on('load',function(store, records){ var index...更多关于CheckboxSelectionModel 怎么使他变成灰色不可用的的问题>>
最佳答案: var checkModel = new Ext.grid.CheckboxSelectionModel({handleMouseDown:Ext.emptyFn}); var cm = new Ext.grid.ColumnModel({ defaults ...更多关于CheckboxSelectionModel 怎么使他变成灰色不可用的的问题>>