Hi,
How can I getch the value of all cells in dhtmlxgrid and execute the query for updating two table
So, please reply me as soon as possible.
Thanks
Suraj
Hello,
the gridObject.cells(rowId,cellIndex).getValue() method allows to get a value in a cell.
If you need to send all changed rows at once, you can try to use setTransactionMode method:
dhtmlx.com/dhxdocs/doku.php?id=d … ding_modes