Undo on delete row with dp.setUpdateMode('off')

Hello,



I use dp.setUpdateMode(‘off’) option.

How can I restore a deleted row in a grid on the right click for example ??



thank in advance

dp.setUpdated(id,false);
where id - id of row in question

Such command will drop current status of the row