data.attachEvent("onItemClick", function (id, ev, html){ //debugger;
window.setTimeout(function(){
menu.showContextMenu(ev.clientX, ev.clientY);
}, 1)
return true;
});
Click event call select event, that is why menu is clodes after item selection and you can’t see it