Check documentation for the latest version of dhtmlxSuite getRowsNum DHTMLX Docs

getRowsNum

returns the number of rows in the grid (in case of dynamic mode it will return an expected number of rows)

number getRowsNum();
numberthe number of rows in the grid

Example

var count=myTreeGrid.getRowsNum();

Back to top