SMART datagrid v.1 > Classes > GridBase
index of the top row which is displayed in the current grid.
If set a value differently from the existing one, it will be scrolled vertically.
// Scroll when click the button.
$('#btnUp').click({
grid.setTopIndex(grid.topIndex() + 1);
});