Tab Indexing

Tab indexing is used to define a sequence that users follow when they use the Tab key to navigate through a page at runtime. By default, the natural tabbing order is from left to right, top to bottom within the container. In certain instances it may be necessary to set a tab index on a control or View, for example when using the Form with different states and the required behavior is different for those states. It is however strongly recommended that you design your View or Form in a logical flow and let the browser handle the tabbing order as far as possible.