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