jQuery MiniUI

标题: datagrid 具体某一列 回车事件 [打印本页]

作者: SSDNJ    时间: 2016-7-29 17:42:06     标题: datagrid 具体某一列 回车事件

http://www.miniui.com/demo/#src=datagrid/celledit.html

[attach]7720[/attach]可以只在填写社保卡号这一列设置回车事件,然后通过社保卡号  grid.updata  姓名  性别    么?


作者: dforce    时间: 2016-8-1 09:21:48

监听oncellcommitedit事件
grid.on("cellcommitedit", function (e) {
            var field = e.field;
            if (field == "xxxx") {
                e.record.xxxx= "......";
               
            }
        })




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