single click enters edit mode in grid

Hi



is there a way to enter edit mode of a cell with just one click and without using the lightmousenavigation(true). this is because the lightmousenavigation also highlights rows as i hover the mouse over them and i dont want that.



thanks

You can use
mygrid.enableEditEvents(true,false,false)

ok thanks