摘要:
有时候在行编辑的时候,一个编辑框的值要根据其它编辑框的值进行变化,那么可以通过在开启编辑时,找到特定的Editor,为其添加事件//绑定事件, index为当前编辑行vareditors = $('#staffLogDetailGrid').datagrid('getEditors', index)... 阅读全文
posted @ 2014-10-23 00:43
北斗极星
阅读(2966)
评论(0)
推荐(0)
摘要:
项目使用 springmvc4.x spring4.x hibernate4.x easyui 为了便于开发,扩展了easyui 的 datagrid 功能,下面直接贴上扩展代码:/** * context 指定为 项目上下文 * index 如果定义多组dataGrid,index指定为对应的参数... 阅读全文
posted @ 2014-10-23 00:42
北斗极星
阅读(550)
评论(0)
推荐(0)