Can context menus be modified to appear when LEFT
clicking on a cell?<o:p></o:p>
There is no public API for
such functionality. It will require modification in code.
Hi,
And now is it possible ?
What code I must modify to change fonctionality ? Thanks
dhtmlxgrid.js , line 1109
this._doContClick=function(ev){
…
if (ev.button == 2||(_isMacOS&&ev.ctrlKey)){ // here the button code can be changed to necessary one