New to Kendo UI for AngularStart a free 30-day trial

Specifies a modifier key for multiple column sorting see example.

Possible values:

  • "none"
  • "ctrl"
  • "shift"
  • "alt"
Example:
html
<kendo-grid [sortable]="{ mode: 'multiple', multiSortKey: 'shift' }">
  <kendo-grid-column field="ProductID"></kendo-grid-column>
  ...
</kendo-grid>
Not finding the help you need?
Contact Support