New to Kendo UI for Angular? Start a free 30-day trial
DropPosition
Updated on Jun 17, 2025
Specifies the drop position for row reordering.
type DropPosition = "before" | "after" | "over" | "forbidden";