We want to ensure that some DayPilot.Task elements cannot be converted to groups/parents when another Row is being dragged/moved on top of it.
However, it seems that args.position
only allows for either "child", "before", "after" or "forbidden".
Is there any way to set “before“ and “after“, or only disallow child?
Otherwise, we run into the issue that some Rows cannot be dragged before or after the last Row item, as we seem to be able to only set before or after.