#16037 closed defect (fixed)
EDG.NestedSort is not compatible with "columnReordering" attr
Reported by: | Evan | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6.2 |
Component: | DojoX Grid | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This happens when grid.columnReordering attr is turned on.
Suppose there are three columns in the grid - column A, column B, column C. set sorting priority 1 with column A , 2 with B and 3 with C. and then reorder column, insert column C before B, the sequence changed to A->C->B, but it's still 1->2->3, while it should be 1->3->2.
However this is working well when EDG column dnd is turned on
Change History (3)
comment:1 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.6.2 |
---|
Note: See
TracTickets for help on using
tickets.
In [29692]: