js先找到第一个单元格控件的id,然后document.getElementById("id").focus();
datagridview.currentcell=datagridview.rows[i].cells[j];