I have a Datagrid bound to a DataTable. If I programmatically change a cell in the DataGrid, I'm kind of expecting a) the underlying column in the DataTable to be updated and b) the RowState property ...