PivotGridBuilder<T>.OnCellClick Method
Name | Parameters | Description |
---|---|---|
OnCellClick(RazorBlock) | jsFunc | A function that is executed when a pivot grid cell is clicked or tapped. Mirrors the client-side onCellClick option. |
OnCellClick(String) | jsFunc | A function that is executed when a pivot grid cell is clicked or tapped. Mirrors the client-side onCellClick option. |