DataGridBuilder<T>.OnEditingStart Method
Name | Parameters | Description |
---|---|---|
OnEditingStart(RazorBlock) | jsFunc | A function that is executed before a cell or row switches to the editing state. Mirrors the client-side onEditingStart option. |
OnEditingStart(String) | jsFunc | A function that is executed before a cell or row switches to the editing state. Mirrors the client-side onEditingStart option. |