\Kendo\UI\GridReorderableRows
A PHP class representing the rows setting of GridReorderable.
Methods
clickMoveClick
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.
Returns
\Kendo\UI\GridReorderableRows
Parameters
$value boolean
Example
<?php
$rows = new \Kendo\UI\GridReorderableRows();
$rows->clickMoveClick(true);
?>