Ticket #6868 (closed defect: fixed)
Dojo.data model in grid has bug in onSet event handling
| Reported by: | jaredj | Owned by: | BryanForbes |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Grid | Version: | 1.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Dojo.data model in grid has bug in onSet event handling.
Basically, it tries to locate the row of any changed item, and get the ID, even on items that aren't displayed in the grid. It causes an error to be thrown.
See attached patch for offending lines.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.