Ticket #5416 (closed defect: invalid)
Grid content doesn't render when store items contain objects
| Reported by: | guest | Owned by: | sorvell |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Grid | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | juho.manninen@… |
Description (last modified by BryanForbes) (diff)
Grid content doesn't render when ItemFileReadStore? input data contains objects inside items, e.g.:
items: [
{ name:'Africa', type:'continent', breaker: {} }
]
To reproduce this just add the breaker from above to the countries.json on test page: Grid using Dojo.Data.
This has been discussed at the forums: Getting grid to work with dojo.data and in the issue: dojo.data.ItemFileReadStore breaks when items contain objects
Change History
Note: See
TracTickets for help on using
tickets.