Add a title attribute to the NavLink inside RadzenPanelMenuItem #1498

Closed
opened 2026-01-29 17:54:30 +00:00 by claunia · 1 comment
Owner

Originally created by @jesshannon on GitHub (Nov 26, 2024).

Is your feature request related to a problem? Please describe.
I have my panel menu set to shrink down to show icons only. It would really help if the user could hover over the icons to see what the button is. This could be done using a title attribute on an html anchor.

Describe the solution you'd like
I'd like the Text value set on RadzenPanelMenuItem to be used to populate to title attrib on its contained NavLink

Describe alternatives you've considered
An alternative would be a separate param on RadzenPanelMenuItem called something like "Tooltip", although in my case it would just be duplication. It should at least default to using the Text

Additional context
It would be really good to have more access to set the html title in other places, maybe a standard Tooltip property. At least on RadzenButton it uses @attributes="Attributes" so title="" can be added anyway.

Originally created by @jesshannon on GitHub (Nov 26, 2024). **Is your feature request related to a problem? Please describe.** I have my panel menu set to shrink down to show icons only. It would really help if the user could hover over the icons to see what the button is. This could be done using a title attribute on an html anchor. **Describe the solution you'd like** I'd like the Text value set on RadzenPanelMenuItem to be used to populate to title attrib on its contained NavLink **Describe alternatives you've considered** An alternative would be a separate param on RadzenPanelMenuItem called something like "Tooltip", although in my case it would just be duplication. It should at least default to using the Text **Additional context** It would be really good to have more access to set the html title in other places, maybe a standard Tooltip property. At least on RadzenButton it uses @attributes="Attributes" so title="" can be added anyway.
Author
Owner

@enchev commented on GitHub (Nov 27, 2024):

You can add arbitrary attributes here as well:
image
image

@enchev commented on GitHub (Nov 27, 2024): You can add arbitrary attributes here as well: ![image](https://github.com/user-attachments/assets/07888dbd-d8eb-4d54-b524-c87a53aa7fe3) ![image](https://github.com/user-attachments/assets/1e0db421-6f9b-4317-8032-132a20d16331)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1498