Check documentation for the latest version of dhtmlxSuite getItemText DHTMLX Docs

getItemText

gets real caption of tree col

string getItemText(string|number rowId);
rowIdstring|numberid of row
stringthe real caption of tree col

Example

myTreeGrid.getItemText(rowId);

Back to top