Categories | Question details Back To List | ||
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 Answer posted by Support on Dec 05, 2008 05:19 You can enable single click edit mode by grid.enableEditEvents(true,false,false); Answer posted by indu philip on Dec 05, 2008 05:23 Thanks a lot :) |