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.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.