Hi,
I have got a data store defined with a "data" property instead of "url" because the data is already known when the HTML page is sent by the server, and I can thus avoid an XHR request to the server afer the page is loaded.
var store = new dojo.data.ItemFileWriteStore({ data: data });
