SMART datagrid v.1 > Classes > GridBase

[ grids ver.1.3.0]   Back  Forward

DataLudi.GridBase.fullDisplayRowCount  property

The number of Grid Rows being displayed in the current screen. 

The number is excluding the row which displays only partial bottom. You can know the number including the row which displays partially through displayRowCount

Getter
function fullDisplayRowCount(): Integer
Code -1
    $('#scroll').click(function () {
        var count = grid.fullDisplayRowCount();
        grid.setTopIndex(100 - count / 2);
    });
See Also
displayRowCount
GridRow
topIndex
Examples
Focused Cell