SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.updateNow  method

Immediately run grid rendering rather than waiting for next rendering point. 

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