I have an EditForm with a couple fields followed by a TabStrip. Each TabStripTab has multiple fields. The Tabstrip is followed by a final couple of fields and the usual Submit/Cancel buttons.
How do I control the sequence of fields if I tab through the form? First couple of fields, fine. TabStripTab it jumps over and goes right to the final fields and buttons. Keyboard tabbing will not enter the TabStrip.
How do we get this to work properly?