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

ColumnReorderEvent

Provides the arguments for the columnReorder event.

NameTypeDefaultDescription

column

ColumnBase

Represents the reordered column.

newIndex

number

Represents the new index of the column. This index is relative to the collection of columns.

oldIndex

number

Represents the original index of the column before reordering. This index is relative to the collection of columns.

Methods

isDefaultPrevented

Returns whether the default action for a specified event was prevented.

Returns

boolean

true if the default action was prevented. Otherwise, returns false.

preventDefault

Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event.

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