<kendo:diagram-editable-drag>

Specifies if the shapes and connections can be dragged.

Example

<kendo:diagram-editable>
    <kendo:diagram-editable-drag></kendo:diagram-editable-drag>
</kendo:diagram-editable>

Configuration Attributes

snap boolean

Specifies the shapes drag snap options. By default, during dragging, the shapes move by a given number of pixels at once. You can disable this behavior to make shapes movement smooth or you can specify a different number for the drag snap size to simulate a snap-to-grid functionality. Further configuration is available via kendo:diagram-editable-drag-snap.

Example

<kendo:diagram-editable-drag snap="snap">
</kendo:diagram-editable-drag>

Configuration JSP Tags

kendo:diagram-editable-drag-snap

Specifies the shapes drag snap options. By default, during dragging, the shapes move by a given number of pixels at once. You can disable this behavior to make shapes movement smooth or you can specify a different number for the drag snap size to simulate a snap-to-grid functionality.

More documentation is available at kendo:diagram-editable-drag-snap.

Example

<kendo:diagram-editable-drag>
    <kendo:diagram-editable-drag-snap></kendo:diagram-editable-drag-snap>
</kendo:diagram-editable-drag>
In this article
Not finding the help you need?