Skip to main content

@microsoft/fast-foundation > DataGrid > focusRowIndex

DataGrid.focusRowIndex property

The index of the row 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 row.

Signature:
focusRowIndex: number;