Reload grid html

how can i refresh a html grid?

You can clear current dataset of grid and load new one from any possible source
    grid.clearAll();
    grid.load(url);