Assign Tab Index

Form controls can be navigated using the keyboard by repeatedly pressing the tab key. By default, these controls are accessed in the same order that they were declared in code, but this order need not be the desired one. If willing to change it, the tabindex attribute can be set with a completely new sequence. These Aggiorning goes over all the controls that support tabbed navigation and requests input from the user in order to set its value. Look at the example below or watch the video to see how to perform this operation.

Aggiorno Assign Tab Index