How do I use the datagrid.SelectedItem to select a row programmatically?
Do I first have to create a IEnumerable of DatagridRow objects and pass the matching row to this SelectedItem property or how do I do it?
EDIT:
I need to match the cell content of the first columns cell with a textbox.text first, before selecting the row.