Manipulate data grid

Hello,

I need your help.
What is the easiest way to change data in a grid ?

Greeting Peer

Hello.

Please, try to use the grid.data.update() method:
https://docs.dhtmlx.com/suite/data_collection__api__update.html
Something like:

grid.data.update(rowId,{colID:"new value"});

Many thanks for yours answer !