Hi coders, I'm trying to implement multiple drag&drop components in the same view, each with a different drop container. The problem is that every container have an dropHandler, and when I'm dragging the first component over the second component's container the "drop" action is enabled. Of course I can validate this, but I want the red "x" in the mouse cursor not to dissapear when the component is not on top of it's container.
Does anyone know how to do this? DaN

