New to Kendo UI for Angular? Start a free 30-day trial
DropPosition
Represents the exact position of the dragged row compared to the drop target row.
The possible values are:
before
—The row appears before the target row.after
—The row appears after the target row.forbidden
—You cannot drop the row here.
type
DropPosition = "before" | "after" | "forbidden";