【发布时间】:2013-02-09 10:18:38
【问题描述】:
我正在使用 Jqgrid 并在编辑模式下我正在使用
JQgrid 元素中的函数,如选择框中的 Onchange 事件
代码是这样的
{name:'tipo_norma',index:'tipo_norma', editable:true,
width:'90',align:'center',edittype:'select',editoptions:
{dataUrl:'../ajax/selectNorma.php' }}
我想在Onchange 组合框的Onchange 事件中添加myfunction()。
【问题讨论】: