function getRowIndex(target){var tr = $(target).closest("tr.datagrid-row");return paseInt(tr.attr("datagrid-row-index"));}然后用getRowIndex(this)即可获取当前编辑行的索引