更新指定的行, param 参数包含下列特性:
index:更新行的索引。
row:行的新数据。
var grid = $("#QualityAdd").datagrid("updateRow", { index: gridIndex, row: { Url: "<a href=\"#\">"+r[0].html+"</a>" } });
datagrid 内置对象
{rows:[{No:001,Order:{no:00101,amount:10}}]}
columns: [[ { title: '订单编号', field: 'no', 100, formatter: function (value, row, index) { return row.Order.no; } },
最终显示 00101