DataGridBuilder<T>.OnCellPrepared Method
Name | Parameters | Description |
---|---|---|
OnCellPrepared(RazorBlock) | jsFunc | A function that is executed after a grid cell is created. Mirrors the client-side onCellPrepared option. |
OnCellPrepared(String) | jsFunc | A function that is executed after a grid cell is created. Mirrors the client-side onCellPrepared option. |