Fight With Me!!!

导航

怎样获取datagrid中编辑列combobox的value值与text值

var ed = $('#dg').datagrid('getEditor', {index:editIndex,field:'productid'});
var productname = $(ed.target).combobox('getText');
var value = $(ed.target).combobox('getValue');

posted on 2015-03-24 16:24  nickTimer  阅读(784)  评论(0编辑  收藏  举报