Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jun 28, 2007 17:47
open dhtmlx forum
How to make Cell editable on Single Click I dont want to use enablelightmouse navigation as it is too flimsy and sensitive and when i right click for the context menu to get invoked the control goes somewhere

By default the cell can be made editable on double clicking . How to make Cell  editable on Single Click I dont want to use enablelightmouse navigation as it is too flimsy and sensitive and when i right click for the context menu to get invoked the control goes somewhere  
Answer posted on Jun 29, 2007 12:08
You can control edit actions by
    mygrid.enableEditEvents(
it allows to select which event will be used to activate edit. To allow edit only by single click you can use next
    mygrid.enableEditEvents(true,false,false);

( this command mutual exclusive with light-mouse-navigation mode )
Answer posted on Jun 29, 2007 14:45
Yes got it thanks for the answer
Answer posted by Andrei (Support) on Dec 07, 2014 16:11

Having solved the problem mentioned above, you may also look through the possible related problems with javascript outlook calendar and colspan not working.