Hi guys,
Please tell me how to disable context menu when we right click the mouse.
I found that the following piece of code in dhtmlxgrid.js does this:
this.entBox.oncontextmenu=function(e){(e||event).cancelBubble=true;
But we doesn’t want to make change in this file.We need to override this in patch file.But we couldn’t find the parent function for the segment of code.
Please tell the solution and do the needful.