Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Dec 13, 2009 21:45
open dhtmlx forum
Get the value of all cells in dhtmlxgrid

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
Answer posted by Alex (support) on Dec 14, 2009 04:12

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:

http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxdataprocessor:data_sending_modes