fires immediately after the right mouse button has been clicked on a grid's row
| id | string|number | the id of the clicked row |
| ind | number | the index of the cell column |
| obj | object | an event object |
Available only in PRO Edition
grid.attachEvent("onRightClick", function(id,ind,obj){
// your code here
});
Back to top