New to Kendo UI for Angular? Start a free 30-day trial

ModifierKey

Specifies a modifier key when multiple sort. See example.

<kendo-grid [sortable]="{ mode: 'multiple', multiSortKey: 'shift' }">
  <kendo-grid-column field="ProductID"></kendo-grid-column>
  ...
</kendo-grid>

type ModifierKey = "none" | "ctrl" | "shift" | "alt";

In this article

Not finding the help you need?