新增一条数据时,怎麼让dataGrid的光标移到最后的新增行中.如上,解決馬上結貼。[解决办法]dataGrid1.CurrentCell=new DataGridCell((DataTable) dataGrid1.DataSource).Row.Count,0) 大概是这个样子[解决办法]DataView.Rows[DataView.RowCount - 1].Selected = true 这是DataGridView的实现方法,仅当参考![解决办法]顶