fires immediately before showing a context menu
id | string|number | the id of the clicked row |
ind | number | the index of the cell column |
obj | object | a grid object |
Available only in PRO Edition
grid.attachEvent("onBeforeContextMenu", function(id,ind,obj){
//your code here
});
Back to top