Required library edition:
Required library file: dhtmlxgrid.js
execute code for each cell in a row
mygrid.forEachCell("row1",function(cellObj){ //execute code for each cell in row with id "row1" //cellObj - related cell object });
See also: forEachRow