Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by l.gasc on Sep 28, 2009 11:14
open dhtmlx forum
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
Answer posted by Stanislav (support) on Oct 01, 2009 08:27
dp.setUpdated(id,false);
where id - id of row in question

Such command will drop current status of the row