DHTMLX Docs & Samples Explorer

dataCount ()

Required library edition: This method works with any edition of DHTMLX library

Required library file: dhtmlxdataview.js

Returns total count of items in the dataview. In case of dynamic loading the method returns expected count of items.

              var count = view.dataCount();