Undelete

With setUpdateMode(“off”), how do I undelete a row after deleting it? Or perhaps more simply, how do I revert changes to a single row or cell after the user completes several other edits?

Thanks,
Nathan

You can use

dp.setUpdated(row_id, false);

Beware, that it will remove all visual signs of modifications, and will prevent data sending for the server side, but it will not revert changed values.