Check documentation for the latest version of dhtmlxSuite getText DHTMLX Docs

getText

returns cell's text

string getText();
stringcell's text

Example

var text = dhxAcc.cells(id).getText();

Back to top