How can I edit dhtmlxgrid cells in Ipad. Safari in Mac interpretate onDoubleClick JS event as zoom into & in Ipad platform a have not option to perform F2 button?
You can use
grid.enableEditEvents(true);
to enabled single-click edit
Hi,
i tried to use grid.enableEditEvents, but i doesn’t work. Is there anything special I have to add in the code to make this method work?
Regards
Nope, nothing special, having column type as ed, and using code as
grid.enableEditEvents(true, false, false);
must be enough