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