DataGridBuilder<T>.FocusedColumnIndex Method
| Name | Parameters | Description |
|---|---|---|
| FocusedColumnIndex(JS) | value | The index of the column that contains the focused data cell. This index is taken from the columns array. Mirrors the client-side focusedColumnIndex option. |
| FocusedColumnIndex(Int32) | value | The index of the column that contains the focused data cell. This index is taken from the columns array. Mirrors the client-side focusedColumnIndex option. |