How can I highlight an entire datagrid row by clicking anywhere in a row?

I tried the following:

DataGrid1.Select(DataGrid1.CurrentCell.RowNumber)

In the CurrentCellChanged event but it changes the appearance of the selected cell. Any ideas?