The DataGrids CurrentRowIndex property will set "focus" to the specified
row, and the Select(int) method will allow you to select (highlight) the
specified row.

Signature
Tim Wilson
.Net Compact Framework MVP
> Hi, does anybody knows how to select a DataGrid full row by code (like when
> you click on a RowHeader) ?
>
> Thanks a lot,
> Victor Reboucas
VR - 29 Apr 2005 17:03 GMT
Thanks a lot Tim,
It works pretty fine.
Regards,
Victor
> The DataGrids CurrentRowIndex property will set "focus" to the specified
> row, and the Select(int) method will allow you to select (highlight) the
[quoted text clipped - 6 lines]
>> Thanks a lot,
>> Victor Reboucas