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