enableEditEvents

Hi

I want to use enableEditEvents to forbidden edit on simple click.

But that seems to have no effect.

Edition on simple click is already possible.



Where or how I must use this method to really forbidden edition on simple click ?



thx

JFL

The next command will block edit on single click, but enable edit for F2 key and doubleclick

    mygrid.enableEditEvents(false,true,true);

Please beware that such command will not work in case of “light-mouse-navigation” mode used.