easiUi 2011110901
在datagrid中動(dòng)態(tài)生成combobox問題
$('#tt').datagrid('beginEdit', index);
var ed = $('#tt').datagrid('getEditor', {index:index, field:'productid'}); // get the editor
$(ed.target).combobox('reload', 'combobox_data.json'); // reload your combobox data
posted on 2011-11-09 14:49 linugb118 閱讀(271) 評(píng)論(0) 編輯 收藏