Check documentation for the latest version of dhtmlxSuite collectTreeValues DHTMLX Docs

collectTreeValues

gets all possible values in a column

array collectTreeValues(number column);
columnnumberzero based index of column
arrayan array of all possible values in a column

Example

var values=myTreeGrid.collectTreeValues(0);

Back to top