dhtmlxgrid and dataprocessor

Hi,

I’m trying to change the rows state, i want to be able to update the row (seeing it marked),
then delete it (seeing it with a line), and then cancel the deletion of the row , and applaying it to be back as updated (and seeing it marked and un-lined).

I want all of this to be done before i send the grid’s data.

how can i do this?

Thanks.

You can use setUpdated(rowId,state,mode) method of DataProcessor:

dp.setUpdated(“some_id”,false);//revert row deleting