Me.xamDataPresenter1.RecordManager.ResetDataValueHistory(True)
'If you have a reference to a DataRecord object named dataRecord1 and you want to reset the value history of a single cell, use the code below and substitute "salary" with the name of a field in your DataPresenter control.
dataRecord1.ResetDataValueHistory("salary")