[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.AllowSorting

AllowSorting Enum

Specifies constants that define the grid's sorting capabilities.

Namespace: C1.Web.Mvc.Grid
Assembly: C1.Web.Mvc.dll
Syntax
public enum AllowSorting

Fields

Name Description
MultiColumn

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.

None

Users cannot sort the grid by clicking the column headers.

SingleColumn

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.