Skip to main content

@microsoft/fast-foundation > DataGrid > focusColumnIndex

DataGrid.focusColumnIndex property

The index of the column that will receive focus the next time the grid is focused. This value changes as focus moves to different rows within the grid. Changing this value when focus is already within the grid moves focus to the specified column.

Signature:
focusColumnIndex: number;