DataGridBuilder<T>.AutoNavigateToFocusedRow Method
Name | Parameters | Description |
---|---|---|
AutoNavigateToFocusedRow(JS) | value | Automatically scrolls the component to the focused row when the focusedRowKey is changed. Incompatible with infinite scrolling mode. Mirrors the client-side autoNavigateToFocusedRow option. |
AutoNavigateToFocusedRow(Boolean) | value | Automatically scrolls the component to the focused row when the focusedRowKey is changed. Incompatible with infinite scrolling mode. Mirrors the client-side autoNavigateToFocusedRow option. |