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);
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);