DataGridBuilder<T>.OnInitNewRow Method
| Name | Parameters | Description |
|---|---|---|
| OnInitNewRow(RazorBlock) | jsFunc | A function that is executed before a new row is added to the UI component. Mirrors the client-side onInitNewRow option. |
| OnInitNewRow(String) | jsFunc | A function that is executed before a new row is added to the UI component. Mirrors the client-side onInitNewRow option. |