New to Kendo UI for Angular? Start a free 30-day trial
ModifierKey
Specifies a modifier key when multiple sort. See example.
html
<kendo-grid [sortable]="{ mode: 'multiple', multiSortKey: 'shift' }">
<kendo-grid-column field="ProductID"></kendo-grid-column>
...
</kendo-grid>
type
ModifierKey = "none" | "ctrl" | "shift" | "alt";