Ticket #5416 (closed defect: invalid)

Opened 11 months ago

Last modified 5 months ago

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

Changed 9 months ago by dylan

  • milestone changed from 1.0.3 to 1.2

Changed 5 months ago by BryanForbes

  • status changed from new to closed
  • resolution set to invalid
  • description modified (diff)

This is related to #5396 and the grid isn't displaying data because there is no type map. Marking invalid.

Note: See TracTickets for help on using tickets.