ToolTiop component

Hello, do You plane prepare ToolTip component? Thanks.

Hi @Jan_Mucha,

While we don't have a ToolTip component on the the public roadmap we will probably add one in the future!

Tooltip is also very important to me, so thank you.

Stephen

I was thinking about tooltip component and I'm not sure we need stand alone component. I think we need support for existing components for example Icon, image, grid column, ...
For simple tooltip you can use something like

<RadzenButton Icon="edit" Click="@(args => EditActivityRow(item))" Attributes="@(new Dictionary<string, object>{{"title", "Edit record"}})" />

1 Like