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