jQuery MiniUI

标题: beforeselect会触发俩次 [打印本页]

作者: wp260204287    时间: 2021-9-22 17:48:26     标题: beforeselect会触发俩次

如题,grid.on("beforeselect", function (e) {会触发俩次,我想控制type="checkcolumn"选中和不选中

作者: happylover1278    时间: 2021-9-22 18:00:53

  1. grid.on('beforeselect', function (e) {
  2.     if (!e.htmlEvent) {
  3.         return
  4.     }
  5.       xxxxxxxxxxxx
  6. })
复制代码
先判断一下e.htmlEvent存在  再去执行你的方法吧




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