<kendo:tileLayout-reorderable>

Determines whether the reordering functionality will be enabled.

Example

<kendo:tileLayout>
    <kendo:tileLayout-reorderable></kendo:tileLayout-reorderable>
</kendo:tileLayout>

Configuration Attributes

clickMoveClick boolean

Determines whether the click move click interaction would be enabled as an alternative of the drag and drop reorder. By default the alternative is enabled.

Example

<kendo:tileLayout-reorderable clickMoveClick="clickMoveClick">
</kendo:tileLayout-reorderable>
In this article
Not finding the help you need?