I have many Rectangles (Graphics Object) in my canvas. Each Rectangle has child circles. How can I move circle from its parent to another? I tried doing that by implementing the drag and drop but I'm having a zIndex problems. The circles hide behind the rectangle when I drag it to another rectangle.
What would be the best approach to solve this? any ideas?