How could i enable context menu over the block selection?
There is a special event onBlockRightClick which you can handle and from it show the content menu
Hi,
Could you please provide an example for the above ?
Thanks in advance
-Arya
mygrid.attachEvent("onBlockRightClick",function(block,e){
myMenu.showContextMenu(x, y);
});