I am trying to get a cell value from the selected item of a silverlight datagrid. In the attached code I can get to the properties of the cell and change its forecolor, but
Have you tried something like this pseudo:
string myString = ((MyNamespace.MyEntity)(myDataGrid.SelectedItem)).myStringProperty;