Check documentation for the latest version of dhtmlxSuite getId DHTMLX Docs

getId

returns the id of a cell

string|number getId();
string|numberthe cell's id

Example

dhxComponent.forEachCell(function(cell){ var id = cell.getId(); });

Back to top