New to Kendo UI for Angular? Start a free 30-day trial
SortSettings
Defines the settings for sorting the Grid. See example.
The available options are:
html
<kendo-grid [sorting]="true"></kendo-grid>
type
SortSettings = boolean
| SingleSortSettings | MultipleSortSettings;