Can we have multiple edit actions for cells. That is, we can use both enter and double click to edit a cell. Can this be done?
If you are using single-click edit mode it will open editor for both single and double click.
In common case you can use custom edit mode - attach event handlers to the desired events and call edit API to start the cell edit.