摘要: 1 function onLoadSuccess(data) { 2 var rows = $("#DataGrid").datagrid("getRows"); 3 if (rows.length > 0) { 4 rows = $("#DataGrid").datagrid("getSelections"); 5 if (rows.length == 0) 6 $('#DataGrid').datagrid('selectRow', ... 阅读全文
posted @ 2013-08-24 22:10 EasyPass 阅读(1761) 评论(0) 推荐(0)