hi Paramvir
i want entering in editmode only be doubleclick. I tried to add clicksToEdit:2 in the
https://paramquery.com/pro/demos/editing_custom example.
..
editModel: {
clicksToEdit:2,
saveKey: $.ui.keyCode.ENTER,
//filterKeys: false,
keyUpDown: false,
cellBorderWidth: 0
},
..
It did not change the behaviour. Editor still starts by pressing any key.