Greetings, Martin,
Could you elaborate a bit further on your X and Y coordinate suggestion? Would I be using clientX and clientY to compute where the mouse pointer is located in relation to the jqxPanel?
Here is something else I tried, but does not seem to work: I tried to attach an EventListener to my panel for mouseup event.
$(‘#MyPanel’)[0].addEventListener(‘mouseup’, function (event)
{
setFlag = true;
});
It appears that the mouseup event does not fire when an object gets drag/drop into the panel. Does jqxlistBox block some events from firing?
Thank you,
jsmnceal