Allow us to activate the inline editor by double-click or by an event. This way users can click inside the HTML, select it, copy,etc and if they actually want to edit they can double-click or click a button.
Thanks for clarifying, Rudy.
Talking about the html editor. Would love it if I didn't need to wire up, create and dispose the editor myself. Would be a lot less hacky if the editor just had an option.
Can you clarify whether you are talking about the html editor widget, or the inline editors for grid rows here? This we'll understand your request better. For the former the inline editor is activated on click, as shown in this example (http://demos.telerik.com/kendo-ui/editor/inline-editing), and I assume you would like this to be configurable to happen on a single or double click, is that correct? For the latter, note that you can hook the dblclick event of the grid cells and invoke the editCell or editRow method (http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#methods-editCell) in its handler.