Check documentation for the latest version of dhtmlxSuite cellById DHTMLX Docs

cellById

gets dhtmlXGridCellObject object

void cellById(string|number row_id,number col_ind);
row_idstring|numberrow id
col_indnumbercolumn index

Example

var cellObj = myTreeGrid.cellById(row_id, col);

Details

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

Back to top