SMART datagrid v.1 > Classes > GridBase
After initializing scroll state and resetting the focus location as the first cell, call invalidateLayout to recalculate and redraw the grid layout.
$('#reset').click(function () {
grid.resetGrid();
});