easiUi 2011110901
在datagrid中動態生成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