SMART datagrid v.1 > Classes > GridBase
It will be fired after changing (vertically scrolled) the top row being displayed in the current grid by clicking scroll button or setting topIndex.
After scrolled horizontally, onLeftPosChanged event will be fired.
grid.onTopIndexChanged = function (grid, newIndex, oldIndex) {
console.log('Grid scrolled: ' + oldIndex + ' => ' + newIndex;
};