SMART datagrid v.1 > Classes > GridBase
If the data cell specified by parameter index is beyond the range of grid screen, it will horizontally and vertically scroll so as to display the cell.
var idx = new DataLudi.CellIndex(100, grid.visibleColumnCount() - 1);
grid.makeCellVisible(idx);