How to update data in a row and change the state of the row

Hello,

How can I change the data of a row by API and change the state of this row “to be update”?

When I do this:
mygrid.cells (‘row1’, 1). setValue (‘blabla’)

the value that the cell really changed but the row does not turn into bold style and dataProcessor does not save the change in the database.

In advance thank you

Please, try to use the setUpdated() method:
docs.dhtmlx.com/doku.php?id=dhtm … setupdated