DropTargetAreaTagHelper

Example

Razor
<body>
</body>

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
filterStringSelector to filter the drop targets in the area. Every matched element acts as a drop target and fires events on the DropTargetArea. Specifying the filter is mandatory.
groupStringUsed 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-enabledBooleanAttribute initializator for the Kendo Drop Target.
on-dragenterStringFired 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-dragleaveStringFired 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-dropStringFired 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.
script-attributesIDictionary<String,Object>
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleAttributes
Not finding the help you need?
Contact Support