DataGridBuilder<T>.OnFocusedRowChanged Method
Name | Parameters | Description |
---|---|---|
OnFocusedRowChanged(RazorBlock) | jsFunc | A function that is executed after the focused row changes. Applies only to data or group rows. focusedRowEnabled should be true. Mirrors the client-side onFocusedRowChanged option. |
OnFocusedRowChanged(String) | jsFunc | A function that is executed after the focused row changes. Applies only to data or group rows. focusedRowEnabled should be true. Mirrors the client-side onFocusedRowChanged option. |