I have a list that has an itemRenderer. The footer of the itemRenderer can be dragged up or down in order to show/hide data.
I want to be able to drag that without triggering the dragHandler for the list. In other words, I want to be able to drag an item from anywhere except the footer to move it inside the list, but if i drag from the footer, i do not want it to trigger. Any ideaS?

