DataGridBuilder<T>.OnRowRemoved Method
| Name | Parameters | Description |
|---|---|---|
| OnRowRemoved(RazorBlock) | jsFunc | A function that is executed after a row has been removed from the data source. Mirrors the client-side onRowRemoved option. |
| OnRowRemoved(String) | jsFunc | A function that is executed after a row has been removed from the data source. Mirrors the client-side onRowRemoved option. |