New to Kendo UI for Vue? Start a free 30-day trial
GridSortSettings
The settings for sorting the Grid data.
type
GridSortSettings = boolean
| GridColumnSortSettings intersected with { mode?: "single" | "multiple"; };