How can I set cell value?

I need to change the cell value in the fly ? (client side)

Is it possible?

Thank you

You can use setValue() method:
mygrid.cellById(row_id,cell_index).setValue(“new value”)

Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … of_excells

1 Like