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