DataProcessor and Idenity column

Hi,

we have a grid bound to a table using connector and dataprocessor in PHP. Rows are presented correctly but as soon as we try to update a row, in the debug log we can notice that the data processor scripts try to update the identity (id) column as well. Identity column (id) has been set as read only.

Thanx,
Alessandro

Are you showing ID in a grid as data column? In such case check
docs.dhtmlx.com/doku.php?id=dhtm … _connector

In common case, you can attach beforeProcessing event to server side code, and call remove_field from it , to remove the field in question from dp operation.