treenode3 tab focus in rowtablearea2

I’m developing a grid that utilizes a treenode3 control. When tabbing within the grid, the focus eventually gets to the treenode3 control, and tabbing no longer changes focus to the next control within the grid. Anyone have any ideas on keeping the treenode3 control out of the tab order so it doesn’t get “stuck” in this control? TIA

Hi Todd,

In the TREENODE3 control set the property tabindex=“-1”. Then you cannot tab into the tree anymore.

Looks like a bug. I recommend to open a support request for this.

Best Regards,
Christine

1 Like

Thanks Christine. This worked well. I don’t normally bother with tabindex and didn’t realize you could skip it all together. Great to know.