Problem While Dragging DataView

Hi

While dragging the dataview if i release mouse within the window its working fine…but if i release mouse button outside of window dataview item is moving with the mouse pointer even if mouse button is released…, when i drag dataview within the white screen it works fine but when i drag dataview outside of white screen dataview item moves with mouse pointer when mouse pointer enters white screen even when mouse button is released…can u please help me out …

Thanks
Seenu

Component can’t catch the mouse releasing event, if it is occurs outside of the window.
To finish unwanted dnd - just click anywhere inside the dataview’s window - it will end dnd operation.

Hi

Is there any way to correct this within the code…, if the user drags outside window can i make the dataview item to be placed in same position as it was before…

Thanks
Seenu