Single Click Edit

Is is possible to enable editor on single click without enabling Light Mouse Navigation.



Actually the problem is i have used split function and the editor opens on single click in the scrollable part but requires double click in the fixed part. This is confusing the users.

Such behavior can be enabled by

grid.enableEditEvents(true,false,false);


this functionality will work in both normal and split modes