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