SMART datagrid v.1 > Classes > GridBase
Return or set horizontally scrolled size of the current grid in pixel unit. If set to another value differently from the existing value, it will be horizontally scrolled.
// Scroll when click the button.
$('#btnRight').click({
grid.setLeftPos(grid.leftPos() + 10);
});