<kendo:grid-reorderable-rows>

If set to true the user could reorder the rows by dragging them. By default reordering for rows is disabled. If the selectable option is enabled for rows only selected rows will can be dragged and reordered.More about the Grid Row Drag and Drop functionality you can read in this article.

Example

<kendo:grid-reorderable>
    <kendo:grid-reorderable-rows></kendo:grid-reorderable-rows>
</kendo:grid-reorderable>

Configuration Attributes

clickMoveClick boolean

If set to true (default), when there is a drag column for the items in the Grid, the user will be allowed to reorder rows via click move click interaction as an alternative of the drag and drop one.

Example

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