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

SortableBindingDirective

Represents a directive that handles common scenarios such as reordering and moving items between Sortables, reducing boilerplate code.

This directive subscribes to the Sortable's events and handles them using the provided API methods.

html
<kendo-sortable 
     [kendoSortableBinding]="items"
     [navigable]="true"
     [animation]="true"
     itemClass="item col-xs-6 col-sm-3"
     activeItemClass="item col-xs-6 col-sm-3 active">
</kendo-sortable>

Selector

[kendoSortableBinding]

Inputs

NameTypeDefaultDescription

kendoSortableBinding

any[]

Sets a data-bound array that is used as a data source for the Sortable (see example).

In this article
SelectorInputs
Not finding the help you need?
Contact Support