Open
Description
This issue is from dojo/dojo1-dstore#201.
A declare([ Memory, Trackable])
object does not automatically update the grid.
When dstore/Memory#setData
is called on a declare([ Memory, Trackable])
object, the grid is not updated. In order to update the grid a reference to the grid must be available (grid#refresh()
) or the dojo/store/Memory#putSync
method must be used.
In comparison, dojo/store/Memory#setData
does update the associated dijit/form/Select
object.
Should dstore/Memory#setData
be made to update its associated grids?