SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.resetGrid  method

After initializing scroll state and resetting the focus location as the first cell, call invalidateLayout to recalculate and redraw the grid layout. 

function resetGrid ();
Returns
Void
Code -1
    $('#reset').click(function () {
        grid.resetGrid();
    });
See Also
refreshView