如何將陣列資料逐筆插入datagrid?
var row = new Object();

row['fieldname'] = strarray[i];

......

$('#dataGridDetail').datagrid('appendRow', row);