<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> &l…
var ed = $('#dg').datagrid('getEditor', {index:editIndex,field:'productid'}); var productname = $(ed.target).combobox('getText'); var value = $(ed.target).combobox('getValue'); getEditor options 获取指定编辑器,options包含2个属性:index:行索引.field:字段名称. 代码示例: // 获取…