Hi Isomorphic,
please see this bug in grid_sort_adaptive_sort-sample (not tested in nightly showcase), using FF26.
I can see the same behaviour in my app using current SNAPSHOT_v9.1d_2014-02-10.
I don't know if it's correct to forbid hidden columns from being sorted by the user (it is that way currently), but if a ListGrid is sorted by a column and that column is hidden afterwards, the "Configure Sort..."-menu should still display the column-title.
Please do not remove sort on hiding as solution. It is currently possible to sort and group by hidden columns (programatically), which is very useful as it saves horizontal space.
Best regards,
Blama
please see this bug in grid_sort_adaptive_sort-sample (not tested in nightly showcase), using FF26.
- Open sample
- Click "Item"-column to sort by it
- Right-click "Item"-column
- Configure Sort
- See that the ListGrid is sorted by "Item"-column
- Cancel
- Right-click "Item"-column
- Columns->Item (to hide it)
- Right-click "Description"-column
- Configure Sort
- See the the ListGrid thinks it's being sorted by the "itemName"-column, which is the name and not the title of the "Item"-column.
I can see the same behaviour in my app using current SNAPSHOT_v9.1d_2014-02-10.
I don't know if it's correct to forbid hidden columns from being sorted by the user (it is that way currently), but if a ListGrid is sorted by a column and that column is hidden afterwards, the "Configure Sort..."-menu should still display the column-title.
Please do not remove sort on hiding as solution. It is currently possible to sort and group by hidden columns (programatically), which is very useful as it saves horizontal space.
Best regards,
Blama
Comment