要获取Ext.grid.ColumnModel的记录,判断其是否被选中并获取选中行的数据
constructor:function(){this.sm=newExt.grid.CheckboxSelectionModel();this.cm=newExt.gr...
constructor : function() {
this.sm = new Ext.grid.CheckboxSelectionModel();
this.cm = new Ext.grid.ColumnModel([new Ext.grid.RowNumberer(),// 获得行号
this.sm, {
header : "换机单号",
width : 60,
sortable : true,
dataIndex : 'replace_id'
}
。。。。。。。
]);
要获取这个grid里面的记录,
用if (this.Ext.grid.selModel.getSelected()) {}判断,然后一直报错Uncaught TypeError: Cannot call method 'getSelected' of undefined,更换了好几种写法都不对,求高手指教 展开
this.sm = new Ext.grid.CheckboxSelectionModel();
this.cm = new Ext.grid.ColumnModel([new Ext.grid.RowNumberer(),// 获得行号
this.sm, {
header : "换机单号",
width : 60,
sortable : true,
dataIndex : 'replace_id'
}
。。。。。。。
]);
要获取这个grid里面的记录,
用if (this.Ext.grid.selModel.getSelected()) {}判断,然后一直报错Uncaught TypeError: Cannot call method 'getSelected' of undefined,更换了好几种写法都不对,求高手指教 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询