I am using the datagrid to add,update,delete to a SQL7 database. Prior to commiting the changes to the database, I let the user view the changes using getChanges method of the dataset. This works fine for additions and updates but it does not show deleted records.Does anybody know how to view or grab the data prior to hitting the delete key