Unplanned
Last Updated: 28 Feb 2020 08:03 by ADMIN
rudy
Created on: 27 May 2015 08:21
Category: Editor
Type: Feature Request
2
Double-click to activate support on the inline editor
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.
3 comments
ADMIN
Telerik Admin
Posted on: 28 May 2015 16:13
Thanks for clarifying, Rudy.
rudy
Posted on: 27 May 2015 15:18
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.
ADMIN
Telerik Admin
Posted on: 27 May 2015 09:27
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.