Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Pavan on Oct 11, 2007 10:41
open dhtmlx forum
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.
Answer posted on Oct 12, 2007 10:39
Such behavior can be enabled by

grid.enableEditEvents(true,false,false);


this functionality will work in both normal and split modes