SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.dataRowCount  property

The number of data rows of DataSet being connected to the grid. 

It is the same value as DataSet.rowCount. The number of Grid Rows can be known through rowCount

Getter
function dataRowCount(): Integer
Code -1
    $('#count').click(function () {
        alert(grid.dataRowCount());
    }
See Also
rowCount
DataSet.rowCount
GroupRow.collapsed
Examples
Hello Grid