获取行的内容
onDblClickCell: function () { var rows = $(this).datagrid(‘getSelections‘); if (rows.length == 1) { console.log(rows[0].Batch); } }
DataGrid
原文:http://www.cnblogs.com/zhongxinWang/p/3951872.html