In my system I need to capture and send the old and new value of a cell edit. I\'ve read that you can do this by inspecting the EditingElement of the event DataGridCellEditE
I took the approach of having my row data objects inherit from IEditableObject. I handle the updated value in the EndEdit() interface method