Opened 14 years ago
Closed 14 years ago
#6135 closed defect (fixed)
[patch][test][cla] Adding data to an empty store produces grid with all ? for values
Reported by: | nathan | Owned by: | sorvell |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | DojoX Grid | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Since _setupFields is only called if there happens to be data in the store initially, adding data to an empty store will not work correctly.
The suggested fix is to check if fields have been set up when inserting a row in the DojoData? model. A patch and testcase follow.
Attachments (1)
Change History (2)
Changed 14 years ago by
Attachment: | gridAdd.patch added |
---|
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Test case and fix for adding data to an initially-empty store