Opened 14 years ago
Last modified 14 years ago
#5733 closed enhancement
dojodata not querying store feature after setData — at Version 2
Reported by: | guest | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.0 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description (last modified by )
I have been creating a datastore programatically and then assigning it to a dojox.grid.data.DojoData? which has been declared in the markup. The data store is an ItemFileWriteStore?. In the setData method of the model it does not query the features of this new store so I have to manually set _canWrite for changes in the model to be propagated to the store.
Should the model not automatically requery the features of the new store when using setData?
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | → 1.2 |
---|
comment:2 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from anonymous to Jared Jurkiewicz |
Note: See
TracTickets for help on using
tickets.