Home - Forums-.NET - FlyTreeView (ASP.NET) - FlyTreeView and keyboard

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

FlyTreeView and keyboard
Link Posted: 05-Mar-2006 18:44
I need to provide full keyboard functionality in my page where I use FlyTreeView. I need to be able to navigate between controls on the page using Tab key.

If I understand right, the only way to make the FlyTreeView to support focusing with Tab, is giving it some TabIndex value. The problem is that my page is generated dynamically and I can never know how many controls are on the page and I can also never know what is the FlyTreeView's number in the page. This means that I cannot know what is the right TabIndex value for the control. Even more, the number of controls can change on the client side while expanding/collapsing sections containing controls.

All this does not allow me to get acceptable keyboard functionality with FlyTreeView. Any ideas?
Link Posted: 06-Mar-2006 10:44
The build 110 contains a fix for the issue.
Now FlyTreeView renders tabindex=0 by default that lets the browser to focus the treeview in tab order relative to element's position in document.
Link Posted: 07-Mar-2006 03:16
What is build 110 and how can I get it?

BTW, I tried to set TabIndex=0 by myself. The only effect I got was that the access key stopped working  .
Link Posted: 07-Mar-2006 06:21
You may simply download it from our site.