Ext.js 4.2 Grid多选时禁止点击单元格选中,只能点击复选框选中
2021-02-03 20:14
标签:单元 box mod mode model select check code grid Ext.js 4.2 Grid多选时禁止点击单元格选中,只能点击复选框选中 标签:单元 box mod mode model select check code grid 原文地址:https://www.cnblogs.com/xielideboke/p/13154148.html添加属性 selModel:new Ext.selection.CheckboxModel({ checkOnly: true }),
me.grid = Ext.create(‘Ext.grid.Panel‘, {
store: me.store,
border: false,
//selType: ‘checkboxmodel‘,
selModel: new Ext.selection.CheckboxModel({ checkOnly: true }),
})
文章标题:Ext.js 4.2 Grid多选时禁止点击单元格选中,只能点击复选框选中
文章链接:http://soscw.com/index.php/essay/50566.html