SMART datagrid v.1 > Classes > GridBase
If the row specified by parameter rowIndex is beyond the range of grid screen, it will vertically scroll so as to display the row.
$('#rowVisible').click(function () {
grid.makeColumnVisible(200);
});