jQuery MiniUI

标题: mini-datagrid checkcolumn [打印本页]

作者: 都是问题    时间: 2019-12-10 10:57:46     标题: mini-datagrid checkcolumn

[attach]12614[/attach]可以根据条件对这个进行禁用或者去掉吗?

作者: felt    时间: 2019-12-10 13:42:02

本帖最后由 felt 于 2019-12-10 13:48 编辑

可以
但是checkcolumn和行选中是一样的
就必须阻止行选中了
1 去掉选择功能
grid.on("beforeselect".function(e){
   if(e.record...){
        e.cancel=true;
   }
})
2 绘制空图替换
grid.on("drawcell",function(e){{
    if(e.record..){
      if(e.field=="...."){
           e.showCheckBox=false,
      }
    }
})
作者: 都是问题    时间: 2019-12-10 14:38:53

felt 发表于 2019-12-10 13:42
可以
但是checkcolumn和行选中是一样的
就必须阻止行选中了

谢谢辛苦了




欢迎光临 jQuery MiniUI (http://miniui.com/discuss/) Powered by Discuz! X2