I am displaying a title in a DataGrid.
Is there a sample to display an arbitrary string in the tooltip of the Title Cell?
I tried to incorporate it into a RadzenDataGridColumn by referring to the demo site (Blazor Tooltip Component | Free UI Components by Radzen), but I couldn't do it.
There is a property ShowCellDataAsTooltip that controls if the cell data are shown as a tooltip. By default it's on.
Thank you very much.
I want to display different data in the tooltip, not cell data, but data that is not displayed in the cell.
In this case you can set this property to false and use CellRender event (or custom Template) to define your own title attribute.