Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-33473

DataGrid one direction sorting is not supported.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • Apache Flex 4.9.0
    • Apache Flex 4.9.0
    • Spark: DataGrid
    • None
    • Win

    Description

      Sometimes you need your datagrid to sort one direction only. (for instance accenting only.)

      Now it is not possible without workarounds/hacks.

      Possible solution:

      add new option to GridColumn class : sortOneDirection:Boolean = false;

      if set to true :

      DataGrid.as - in createSortFields()

      change:

      if (sortField)
      sortDescending = !sortField.descending;

      Attachments

        Activity

          People

            Unassigned Unassigned
            deril Raimundas Banevicius
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: