DataGridBuilder<T>.OnSelectionChanged Method
Name | Parameters | Description |
---|---|---|
OnSelectionChanged(RazorBlock) | jsFunc | A function that is executed after selecting a row or clearing its selection. Mirrors the client-side onSelectionChanged option. |
OnSelectionChanged(String) | jsFunc | A function that is executed after selecting a row or clearing its selection. Mirrors the client-side onSelectionChanged option. |