Add row to _ROWS_ADDED list

I load dhtmlxGrid from XML and for some reasons want to mark some rows to be included into the _ROWS_ADDED list when sending the form. Is it possible?

After data loading, you can call

grid.callEvent(“onRowAdded”,[id]);

where id - id of the row in question. It will trigger inner logic and mark row as added.