combox box in DHTMLX Grid to be shown in single click itself

Hi,



I am using combo box of Dthmlx grid in my application. As of now, i have to double-click the cell containing the combo inorder to show the drop down. Is there any way, that the drop down could be showed in a single click itself.It would be really helpful if you could provide a solution for the same.



Regards,

Indu

You can enable single click edit mode by
grid.enableEditEvents(true,false,false);

Thanks a lot :slight_smile: