I wasn't aware the others didn't do it. But whatever.
DataGrid's have a .CurrentCell that will give you the selected cell, which contains the row number and the column number. You can use the row number to access everything in the selected row from your datasource.
Comment