select datagrid row programmatically c# code example Example: c# datagridview select row index programmatically dataGrid.Rows[index].Selected = true;