SMART datagrid v.1 > Classes > GridBase
It will be fired when the number of grid rows being displayed in the current screen, that is, displayRowCount is changed.
grid.onDisplayRowCountChanged = function (grid, newCount, oldCount) {
console.log('Display row count changed: ' + newCount);
};