I have a requirement where when I am editing in the cell and hit enter the cell focus should be shifted to the down cell just like the MS Excel does.
Does Tree list support it?
Many thanks
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 11 May 2022, 08:17 AM
Hello Amol,
The KendoReact TreeList in-cell editing opens cells for editing only on click, but it is possible to apply custom logic and handle the onKeyDown event of the TD elements and manually open the cell on the next row for editing. Here is a simple example demonstrating how to attach the onKeyDown to the TD elements and how to move the edit: