ASP.NET Core MVC Controls | ComponentOne
In This Topic
    AllowSorting Enum
    In This Topic
    File
    wijmo.grid.js
    Module
    wijmo.grid

    Specifies constants that define the grid's sorting capabilities.

    Members

    Name Value Description
    None 0

    Users cannot sort the grid by clicking the column headers.

    SingleColumn 1

    Users may sort the grid by a single column at a time.

    Clicking the column header sorts the column or flips the sort direction.

    Ctrl+Clicking removes the sort.

    MultiColumn 2

    Users may sort the grid by multiple columns at a time.

    Clicking the column header sorts the column or flips the sort direction.

    Ctrl+Clicking removes the sort for the clicked column.

    Ctrl+Shift+Clicking removes all sorts.