您现在的位置: 爱51代码网 >> 范文 >> 文章正文
jqGrid怎么给某个单元格添加事件

jqGrid怎么给某个单元格添加事件

我在编辑行editRow,所以如果在用onCellSelect就冲突了,且,我想要的是只为某个确定的单元格添加事件,其他的则不要,如:colNames:['序号','商品编号','条形码','商品名称'],
colModel:[
{name:'idp',index:'idp',width:80,editable:true},       {name:'code',index:'code', width:110,editable:true},
{name:'txm',index:'txm', width:100,editable:true},
{name:'name',index:'name', width:100,editable:true}
该表格就一行数据,只为code 单元格添加事件,怎么弄的

给正在编辑的行添加onCellSelect事件?没明白具体要表达什么。。

{name:'code',index:'code',formatter: cLink, width:110,editable:true},     function cLink(cellvalue, options, rowObject){ return '<a href="javascript:void(0)" onclick="">xxx</a>'; }

{name:'code',index:'code',formatter: cLink, width:110,editable:true},     function cLink(cellvalue, options, rowObject){ return '<a href="javascript:void(0)" onclick="">xxx</a>'; } 

引用 2 楼 rui888 的回复:
自定义事件 。
JavaScript code?123456 {name:'code',index:'code',formatter: cLink, width:110,editable:true},     function cLink(cellvalue, options, rowObject){ return '<a href="javascript:void(0)" onclick="">xxx</a>'; } 

  • 上一篇文章:

  • 下一篇文章: 没有了
  • 最新文章 热点文章 相关文章
    lotus数据列表文档个数如何实时统
    lotus代理中LS如何将字符串保存到
    在lotus BS系统里怎样方便实现统
    undefined reference timer_crea
    linux文件/usr/lib破坏了,还原后
    linux上运行system函数时,print
    Failed to open eth0
    android手机无法与eclipse或电脑
    C/C++洗牌算法源代码
    servlet技术实现用户名唯一的验证
    undefined reference timer_crea
    Failed to open eth0
    C/C++洗牌算法源代码
    ZOJ 3700 Ever Dream 文章中单词
    TortoiseGit和msysGit安装及使用
    sharepoint 2010 获取用户信息Us
    mysql主从同步延迟方案解决的学习
    生日旅行总结
    中小板生日快乐随感
    送生日快乐桑葚乳酪小蛋糕
    win7 旗舰版安装iis弹出并非
    asp网页如何读取web.config里
    js在onbeforeunload判断是刷
    使用Extjs的ajax发送超长字符
    js防止重复提交表单代码
    IE浏览器中window.opener.lo
    在aspx中怎么调用 asp文
    html+js+ajax 注册登陆不需要
    chrome下,img标签的图片显示
    如何做到禁止用户下载挂在网
     



    设为首页 | 加入收藏 | 网站地图 | 友情链接 |