SMART datagrid v.1 > Classes > GridBase
Request the browser to draw the grid again.
In order to request to arrange columns again, you can call invalidateLayout or refreshView. In most cases, when should enable to draw the grid again, you can call refreshView.
$('btnRefresh').click(function () {
grid.invalidate();
});