DataGridBuilder<T>.OnCellHoverChanged Method
Name | Parameters | Description |
---|---|---|
OnCellHoverChanged(RazorBlock) | jsFunc | A function that is executed after the pointer enters or leaves a cell. Mirrors the client-side onCellHoverChanged option. |
OnCellHoverChanged(String) | jsFunc | A function that is executed after the pointer enters or leaves a cell. Mirrors the client-side onCellHoverChanged option. |