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