Version

Column TabIndex Property

By default the WinGrid™ determines the tab order of the cells based on their locations. You can use the TabIndex property on the UltraGridColumn to control the order in which the WinGrid traverses cells of a row when the tab key is used. The default value of the property is -1 . This means that the column will follow the default tab order. You can set the TabIndex of two or more columns to the same value in which case the tab order of those columns will follow the default tab order. You can also specify the TabIndex only on some columns and leave the TabIndex to the default value on other columns. In such a scenario the columns that have their TabIndex set to non-default values take precedence over the columns that do not have their TabIndex set.