New to Telerik UI for ASP.NET Core? Download free 30-day trial

GridSortableSettingsTagHelper

Example

<sortable/>

Attributes

Attribute Type Description
allow-unsort Boolean If set to true the user can get the grid in unsorted state by clicking the sorted column header.
enabled Boolean
initial-direction String Determines the inital (from un-sorted to sorted state) sort direction. The supported values are asc and desc.
mode String The sorting mode. If set to "single" the user can sort by one column. If set to "multiple" the user can sort by multiple columns. And the "mixed" mode enables you to sort in single mode when clicking and switch to multiple when holding ctrl key.
show-indexes Boolean If set to true the user will see sort sequence indicators for sorted columns.
In this article
Not finding the help you need?