I've got a grid, with a dojo.data.ItemFileWriteStore, which is coming from a db via php. Another process is making changes to the database and I want to refresh the content of the grid without reloading the whole page. It sure seems like grid._refresh() or grid.update() or grid.store.SOMETHING() should do it, but I can't make it work.
Any hints?
