文章列表
1、How to get selected Rows from a Grid panel in ExtJs 4
get reference to grid selection model could be rowModel or cellModel depending on what was defined in the grid definition selType: 'cellmodel' or selType: 'rowmodel'
seletionModel = grid.getSelectionModel()
get array of the ...