#10860 closed defect (wontfix)
EnhancedGrid - Disabling NestedSorting does not prevent it from showing in the column head
Reported by: | jacobsenj | Owned by: | evan |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.4.2 |
Keywords: | nested sorting, enhanced grid | Cc: | |
Blocked By: | Blocking: |
Description
I tried to disable the nested sorting in my enhanced grid by adding
nestedSorting: false
to the programmatic grid setup, but the nested sort still shows up in the column header.
Firefox 3.6, Mac OS 10.6.2, Dojo 1.4.2.
Attachments (1)
Change History (5)
Changed 11 years ago by
Attachment: | Bildschirmfoto 2010-03-19 um 11.31.53.png added |
---|
comment:1 Changed 11 years ago by
Owner: | changed from bryanforbes to Evan |
---|
comment:2 Changed 11 years ago by
Please note if DnD is on, nested sorting feature will be turned on automatically, this is a precondition to use DnD, since you need to select and also sort a column - which could only be possible when nested sorting is on. Please see http://docs.dojocampus.org/dojox/grid/EnhancedGrid for more details.
comment:3 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:4 Changed 10 years ago by
Owner: | changed from Evan to evan |
---|
Note: See
TracTickets for help on using
tickets.
Nested sorting option still shows up in column header