This event occurs after ID of row was changed ( changeRowId, setRowId, dataprocessor ).
grid.attachEvent("onRowIdChange", function(old_id,new_id){ //any custom logic here });
Parameters:
At the moment of event calling, ID has been already changed.