How to shift focus from one cell to another in tree list?

1 Answer 77 Views
TreeList
Amol
Top achievements
Rank 1
Amol asked on 03 May 2022, 01:04 PM

I have a requirement where I want to shift focus from one cell to another when a user hits the tab button.

Is there a built-in functionality in the Tree list OR any customization that needs to be done?

 

Many thanks

1 Answer, 1 is accepted

Sort by
1
Accepted
Filip
Telerik team
answered on 05 May 2022, 09:23 AM

Hello, Amol,

This can be achieved by setting the tabindex inside the rendered cells. Here is an example that showcases this approach:

https://stackblitz.com/edit/react-1rsdyt?file=app/renderers.jsx


where the tabindex is set inside of the cellRender.

I hope this helps.

Regards, FilipProgress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
TreeList
Asked by
Amol
Top achievements
Rank 1
Answers by
Filip
Telerik team
Share this question
or