DataGridBuilder<T>.OnEditorPrepared Method
| Name | Parameters | Description |
|---|---|---|
| OnEditorPrepared(RazorBlock) | jsFunc | A function that is executed after an editor is created. Not executed for cells with an editCellTemplate. Mirrors the client-side onEditorPrepared option. |
| OnEditorPrepared(String) | jsFunc | A function that is executed after an editor is created. Not executed for cells with an editCellTemplate. Mirrors the client-side onEditorPrepared option. |