SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.refreshView  method

Enable the grid to recalculate and draw the layout and rearrange the scroll state and Focus Location, etc. 

function refreshView ();
Returns
Void
Code -1
    $('#refresh').click(function () {
        grid.refreshView();
    });    
See Also
invalidate
invalidateLayout
Examples
Hello Grid