你好。使用easyui-grid控件的updateRow方法进行指定行的更新来达到局部更新的作用$('#dg').datagrid('updateRow',{ index: 2, row: { name: 'new name', note: 'new note message' }});如果我的回答没能帮助您,请继续追问。。
$('').datagrid('reload');