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