Do you want to select the last row in the DataGrid? If so then find out the
index of the last row in the DataGrid, based on the DataSource, and then use
the Select(int) method of the DataGrid. You will probably also want to set
the current row to the selected row as well and for that you would use the
CurrentRowIndex property.
Do you want to select the last row in the DataGrid? If so then find out the
index of the last row in the DataGrid, based on the DataSource, and then use
the Select(int) method of the DataGrid. You will probably also want to set
the current row to the selected row as well and for that you would use the
CurrentRowIndex property.