I am looking for a proper way to provide feedback on where a drag & drop is authorized prior to actually drop the item.
As far as i can see, the memberValidation of groups is not called by the DraggingTool during drag and entering the group. We obviously only have mouseDragEnter/mouseDragLeave event handlers in group to handle this and explicitely call the memberValidation there. The DraggingTool seems to not use the nodropCursor ?
Is there a clean way to possibly change the cursor of the dragging tool when entering a group ?