Ticket #5733 (closed enhancement: fixed)
dojodata not querying store feature after setData
| Reported by: | guest | Owned by: | BryanForbes |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Grid | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | shawn@… |
Description (last modified by dylan) (diff)
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
Note: See
TracTickets for help on using
tickets.