Opened 9 years ago
Closed 8 years ago
#17586 closed defect (patchwelcome)
Deleting multiple rows on a DataGrid does not influence the selection
Reported by: | Owned by: | Evan | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Related ticket: #13432, marked as closed, BUT: setting up DataGrid? with selection mode = multiple, step 1: added 8 rows step 2: selected 8 rows step 3: deleted 8 rows (selected) step 4: added 2 rows step 5: selected 2 rows step 6: called grid.selection.getSelected() and got a list of 8 items, of which the first two were not null and the rest was null.
Change History (2)
comment:1 Changed 9 years ago by
Component: | General → DojoX Grid |
---|---|
Description: | modified (diff) |
Owner: | set to Evan |
comment:2 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.