Submitted by bobg on Mon, 03/24/2008 - 00:27.
I need a way to fully refresh the data in ItemFileWriteStore
and have it re-displayed in multiple dijits.
I have a data store, using dojox.data.AndOrWriteStore
(which, for the purposes here, I think is the same as dojo.data.ItemFileWriteStore
I populate that store with a url, and display different aspects of the data
using a tree, several grids, and a filterSelect. All works fine.
Mostly, the data in the store does not change. On rare occasion, however,
certain actions will cause the data on the server to change, and in those
cases I want to cause the datastore to refresh, and to have each of the dijits
refresh it's display of that data.