SMART datagrid v.1 > Classes > GridBase
Return displayIndex of the first top column being displayed in the grid, or horizontally scroll to make this column be the first one.
// Scroll when click the button.
$('#btnRight').click({
grid.setLeftCol(grid.leftCol() + 10);
});