Ticket #5032 (closed defect: wontfix)
Cannot change dojox.grid.data.Objects objects on the fly
| Reported by: | BryanForbes | Owned by: | BryanForbes |
|---|---|---|---|
| Priority: | high | Milestone: | 1.1 |
| Component: | DojoX Grid | Version: | 1.0 |
| Severity: | critical | Keywords: | |
| Cc: |
Description
After a dojox.grid.data.Objects has been instantiated and used by a grid, you can no longer change the underlying objects to add more properties. I'm attaching a test case which contains two grids that change the underlying objects in the model, one by using model.setData() and one by instantiating a whole new model and using grid.setModel(). Both fail.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.