tab order

A

Arul

I used the Advanced Tab in the controls properties and set the tab
sequence...for a repeating table. The first row does fine, however when I
insert the second row, the tab sequence goes vertical and then across rather
than just across. Any idea?
 
B

Brian Teutsch [MSFT]

That is the expected behavior. Each cell in a particular row gets
tabIndex="n". We aren't yet clever enough to go through a particular row
first, but rather have to go through all items with a value of n, then n+1,
etc.

Sorry,
Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top