Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 05, 2007 09:59
open dhtmlx forum
Can context menus be modified to appear when LEFT clicking on a cell? ...

Can context menus be modified to appear when LEFT clicking on a cell?

Answer posted on Mar 05, 2007 10:00
There is no public API for such functionality. It will require modification in code.
Answer posted by Couetbis on Jun 06, 2008 01:34
Hi,
And now is it possible ?
What code I must modify to change fonctionality ? Thanks
Answer posted by Support on Jun 06, 2008 05:27
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
Answer posted by Andrei (Support) on Dec 10, 2014 02:38

The information connected with html5 web application framework and google calendar javascript also can help you, so please check it too.