This is a migrated thread and some comments may be shown as answers.

Remove tooltip

1 Answer 31 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Brandon
Top achievements
Rank 1
Brandon asked on 18 Feb 2020, 09:49 AM
How can I remove a tooltip that occurs in a radWidnow? Ffor example, when I mouse-over the "x" to close the window?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 21 Feb 2020, 08:31 AM

Hi Brandon,

Setting empty Localization strings for the target buttons will hide their tooltips:
https://docs.telerik.com/devtools/aspnet-ajax/controls/window/accessibility-and-internationalization/localization


For example:

        <telerik:RadWindow ID="RadWindow1" runat="server" VisibleOnPageLoad="true">
            <Localization Close="" Cancel="" Maximize="" Minimize="" />
        </telerik:RadWindow>

 

Regards,
Vessy
Progress Telerik

Get quickly onboarded and successful with UI for ASP.NET AJAX with the Virtual Classroom technical trainings, available to all active customers. Learn More.
Tags
General Discussions
Asked by
Brandon
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or