getVisibleCount
counts visible rows
function getVisibleCount(): number
Returns
Section titled “Returns”number
the number of visible rows
Example
Section titled “Example”var count = mygrid.getVisibleCount();
Details
Section titled “Details”It does not return ALL rows that there are in a grid or the actual number of loaded rows. It counts the rows that can be visible with the current height of the datagrid.