Key Down event

In the Key Down event of DataGrid, code for the selection of the whole row is present this.Select(new row) . But only the cell is getting highlighted and the row is getting unselected. How to enable the selection of the whole row?

Loader.
Up arrow icon