Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What I need to do to set TreeGrid to be accessible by TAB key in standard tab order at page?

0
Posted

What I need to do to set TreeGrid to be accessible by TAB key in standard tab order at page?

0

TreeGrid is not by default accessible by tab key. To permit this, you need to write some JavaScript code: 1) Write TreeGrid event handler OnTabOutside. In this event focus previous or next control in tab order. 2) Write HTML event handler onkeydown for previous and next control in tab order and in the code call TreeGrid function TabInside.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123