onDrag event

mygrid.attachEvent("onDrag",function(sid,tid,sObj,tObj,sInd,tInd){ ajaxresponse(tid); return true; });

Have some issue when ajax response done, under mouse still occur dragged element ;(

need to click it again to release …

update picture with issue

Please, try to use the onDrop event instead of onDrag:
docs.dhtmlx.com/doku.php?id=dhtm … ent_ondrop