Is it possible to show available target places during dragging?
E.g. root node is not possible to drag under another root node, but ui doesn’t disable it for user. User trying drag, but behaviour is not expectable.
(example here: docs.dhtmlx.com/gantt/samples/07 … ering.html)
Is it possible define rules which targets are available?
Is it possible to cancel dragging operation if target is not suitable?
I tried to check target in the event ‘onRowDragEnd’ and return false, but dragging is finished ok