New to Kendo UI for Angular? Start a free 30-day trial

DropPosition

Represents the exact dragged row position relative to the position of the drop target row.

The possible values are:

  • before—The row will be rendered as previous sibling of the target row.
  • after—The row will be rendered as next sibling of the target row.
  • forbidden—Dropping the row is not allowed.

type DropPosition = "before" | "after" | "forbidden";

In this article

Not finding the help you need?