DataGridBuilder<T>.OnFocusedCellChanged Method
| Name | Parameters | Description |
|---|---|---|
| OnFocusedCellChanged(RazorBlock) | jsFunc | A function that is executed after the focused cell changes. Applies only to cells in data or group rows. Mirrors the client-side onFocusedCellChanged option. |
| OnFocusedCellChanged(String) | jsFunc | A function that is executed after the focused cell changes. Applies only to cells in data or group rows. Mirrors the client-side onFocusedCellChanged option. |