I would like to retrieve the value of whats stored in a currenlty selected row in my datagrid and store it in a string.
1. Is this possible?
2. If so how might I go about doing it
myDataGrid.Rows.Cell[0].etc.etc doesn't seem to work and it is all I could find on the internet