DataGridBuilder<T>.OnEditorPreparing Method
| Name | Parameters | Description |
|---|---|---|
| OnEditorPreparing(RazorBlock) | jsFunc | A function used to customize cell editors. Not executed for cells with an editCellTemplate. Mirrors the client-side onEditorPreparing option. |
| OnEditorPreparing(String) | jsFunc | A function used to customize cell editors. Not executed for cells with an editCellTemplate. Mirrors the client-side onEditorPreparing option. |