Como selecionar toda a linha da DataGrid. private void SuaGrid_CurrentCellChanged(object sender, System.EventArgs e) { Rectangle rect = SuaGrid.GetCellBounds(SuaGrid.CurrentCell); DataGrid.HitTestInfo hti = SuaGrid.HitTest(new Point(rect.X, rect.Y));...