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