Skip to content

getVisibleCount

counts visible rows

function getVisibleCount(): number

number the number of visible rows

var count = mygrid.getVisibleCount();

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.