I would like to request a new Kendo React Grid column editing option so that users can navigate editable columns using the keyboard. This feature should be similar to "navigatable" option from Kendo jQuery grid example - https://demos.telerik.com/kendo-ui/grid/editing
Thanks.
Hello, Ruslan,
We will keep an eye on the interest in this feature.
We listen for the community feedback and we will monitor if this will become a highly requested feature.
As for the onBlur, indeed it is not added as in the in-cell editing example it covers a rare use case, and we decided to remove it, so we can focus the demo on the tab logic.
Still, I can agree that it that can we should have removed the onFocus as well.
Regards,
Stefan
Progress Telerik
Hello Stefan,
thanks for quick response. I still strongly believe that you should add navigatable option to React Grids.
BTW, I think you missing onBlur handler code in your In-Line Editing with Tab example .
This is your current code without onBlur handler:
}
Code with onBlur handler:
Hello, Ruslan,
Please check the following article that showcases how to add keyboard navigation for the most common editing scenarios:
https://www.telerik.com/kendo-react-ui/components/grid/accessibility/#toc-common-keyboard-navigation-scenarios
I hope this will help in achieving the desired result.
Regards,
Stefan
Progress Telerik