Hi,
To help the user select his date, I’m using a dhxCalendar cell on my dhtmlXGrid. I want the calendar to pop up on a single click, but so far, i only managed to make it pop up on a double click.
mygrid.enableEditEvents(true,false,false); doesn’t seem to work for me. Am i missing something ?
Any help would be realy appreciated.
Thanks in advance,
Mathiew
Actually the enableEditEvents affects all column types, and when it used in local samples it allows to open calendar by single click.
Working sample attached
If issue still occurs for you - please provide any kind of sample where problem can be reconstructed.
1232976742.zip (96.8 KB)
Thanks a lot, it works now.
I still don’t understand why, but the problem was caused by this line in my code :
mygrid.setDateFormat(“d/m/y”);
when i removed it, all worked perfectly
mygrid.setDateFormat(“d/m/y”);
Please beware that you need to use slightly different format for dhxCalendar
dhtmlx.com/docs/products/dhtmlxG … ormatcells