DataGridBuilder<T>.OnRowInserted Method
| Name | Parameters | Description |
|---|---|---|
| OnRowInserted(RazorBlock) | jsFunc | A function that is executed after a new row has been inserted into the data source. Mirrors the client-side onRowInserted option. |
| OnRowInserted(String) | jsFunc | A function that is executed after a new row has been inserted into the data source. Mirrors the client-side onRowInserted option. |