easyUI使用技巧

1:获取某一行选中

var row = $("#dg").datagrid('selectRow', index).datagrid('getSelected');
 $("#updateForm").form("load",row);

你可能感兴趣的:(js前端技术)