SMART datagrid v.1 > Classes > GridBase
If columnLayout is not null, it will restore the column layout which has been set when creating the grid. If parameter restoreSize is true, it will restore the width of columns to the values which have been set before the layout. Other properties will not be restored.
$('#restore').click(function () {
grid.restoreColumns(true);
});