Along the same line, if you call .SetAdded(), .SetModified() and I believe .SetDeleted() on the row, you can move it from an unchanged state to the corresponding state.
How could I retain content of datatable.rows but set their rowstate to unchanged?
Thank you