DropTarget

Example

<body>
</body>

Attributes

Attribute Type Description
name String Sets the name of the component.
group String Used to group sets of draggable and drop targets. A draggable with the same group value as a drop target will be accepted by the drop target.
is-enabled Boolean Attribute initializator for the Kendo Draggable.
on-dragenter String Fired when draggable moves over the drop target. The dragenter event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object.
on-dragleave String Fired when draggable moves out of the drop target. The dragleave event represents a jQuery mousemove event and contains all the event data of the jQuery Event Object.
on-drop String Fired when draggable is dropped over the drop target. The drop event represents a jQuery mouseup event and contains all the event data of the jQuery Event Object.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-child-component Boolean
has-client-component Boolean
sanitize-id Boolean
In this article
Not finding the help you need?