Ext.js 4.2 Grid多选时禁止点击单元格选中,只能点击复选框选中
2021-02-03 20:14
阅读:469
标签:单元 box mod mode model select check code grid
添加属性 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多选时禁止点击单元格选中,只能点击复选框选中
标签:单元 box mod mode model select check code grid
原文地址:https://www.cnblogs.com/xielideboke/p/13154148.html
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Ext.js 4.2 Grid多选时禁止点击单元格选中,只能点击复选框选中
文章链接:http://soscw.com/index.php/essay/50566.html
文章标题:Ext.js 4.2 Grid多选时禁止点击单元格选中,只能点击复选框选中
文章链接:http://soscw.com/index.php/essay/50566.html
评论
亲,登录后才可以留言!