Completed
Last Updated: 15 Sep 2021 14:04 by ADMIN
Imported User
Created on: 28 May 2014 13:26
Category: Grid
Type: Feature Request
6
Option to activate incell editing mode in the Grid on double-click
Based on the examples here (http://demos.telerik.com/kendo-ui/web/grid/editing-custom.html), "incell" editing allows editing a single cell at a time. The edit mode is activated upon a single click in the cell.

I would like to have a way to combine this with "cell" selectable mode, e.g. like this?
* A single click on a cell selects the cell and fires the "change" event.
* A double click on a cell activates the edit mode for the cell.
2 comments
ADMIN
Angel Petrov
Posted on: 15 Sep 2021 14:04

Hi,

The desired requirement can be met using the approach demonstrated in this dojo. The overall idea is to manually open/close the cell for edit on certain conditions.

Regards,
Angel Petrov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Harlan
Posted on: 19 Apr 2016 14:53
We also need double-click editing as our client has requested it. We have extended the Kendo Grid for now, which is working, but is not officially supported. If you use the closecell method on single-click like we tried first, it messes up keyboard navigation as the cell loses focus.