SMART datagrid v.1 > Classes > GridBase
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.
$('#count').click(function () {
alert(grid.dataRowCount());
}