Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Client-side bug in ListGrid related to hidden columns (with steps to reproduce)

    Hi Isomorphic,

    please see this bug in grid_sort_adaptive_sort-sample (not tested in nightly showcase), using FF26.
    1. Open sample
    2. Click "Item"-column to sort by it
    3. Right-click "Item"-column
    4. Configure Sort
    5. See that the ListGrid is sorted by "Item"-column
    6. Cancel
    7. Right-click "Item"-column
    8. Columns->Item (to hide it)
    9. Right-click "Description"-column
    10. Configure Sort
    11. 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

    #2
    Just to let you now. I just check it and this is fixed now in the current 4.1 showcase.

    Comment

    Working...
    X