Declined
Last Updated: 18 Feb 2019 13:13 by ADMIN
Michael
Created on: 11 Jan 2019 17:47
Category: KendoReact
Type: Feature Request
1
React Grid - Be able to tab from one cell to the next when using "In-Cell" editing

Like in the jQuery counterpart, when I click on a cell to edit the value - I should be able to tab over to the next cell to edit it.

 

2 comments
Michael
Posted on: 16 Jan 2019 01:13
Thanks Stefan
ADMIN
Stefan
Posted on: 14 Jan 2019 10:59
Hello, Michael,

Thank you for the request.

Currently, this could be achieved using custom logic on the keydown event of the Grid table element, by setting the next element in the table in edit. I made an example showing how it can be handled, but different logic can be used as well:

https://stackblitz.com/edit/react-bquaxz?file=app%2Fmain.js

Another option is to check our all-in edit example, where the user has an excel-like table editing, in which the tap is working out of the box:

https://www.telerik.com/kendo-react-ui/components/grid/editing/editing-all-cell/

For now, we are holding making this a feature as it will affect the accessibility of the Grid.

We will keep monitoring the popularity of this request.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items