Check documentation for the latest version of dhtmlxSuite cells DHTMLX Docs

cells

gets dhtmlXGridCellObject object

dhtmlXCellObject cells(string|number row_id,number col);
row_idstring|numberrow id
colnumbercolumn index
dhtmlXCellObjectobject of the specified cell

Example

var cellObj = myGrid.cells(row_id, col);

Details

If there are no arguments, the method gets dhtmlXGridCellObject object of the currently selected cell

Back to top