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