SMART datagrid v.1 > Classes > GridBase
Request to recalculate and rearrange the size and location of grid components and redraw the grid.
When only request to redraw without column arrangement, you can call invalidate. In most cases, if should enable to draw the grid again, you can call refreshView.
$('btnRefresh').click(function () {
grid.invalidateLayout();
});