I have a requirement to have some action on Click on the Cell but not select. I haven’t seen any support for click event. Appreciate thoughts on how to implement.
You may try to use the onBeforeSelect event.
docs.dhtmlx.com/api__dhtmlxgrid_ … event.html
as it occurs before the actual selecting of a cell and can be blocked.