Hi…
I am facing problems when im using onAfterDrop event…,i have my code as…
data.attachEvent(“onAfterDrop”, function (context,e){
alert(“droped”)
});
it works fine within the dataview …, but when we drop it out of dataview it gives not alerting anything…, i want to get id of object outside the dataview when i drop item in dataview outside …
Thanks
Seenu