Opened 10 years ago
Closed 8 years ago
#13082 closed defect (patchwelcome)
DataGrid: Discrepancy with editing cells when using setItems vs query
Reported by: | cswing | Owned by: | Evan |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have found that when I give the data grid a query to use, only one cell will be editable at a time. However, if I use setItems to populate the grid, multiple cells will remain editable at once. In the latter case, the events don't fire to update the backing value
I attached a test file that can be dropped in dojox/grid/tests to show the bug.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | test_data_grid_edit_setItemsVsQuery.html added |
---|
comment:1 Changed 10 years ago by
Owner: | changed from evan to Evan |
---|
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.