New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

First Steps with RadToolTip

The following tutorial demonstrates how RadToolTip is used to provide a custom tooltip for a single element.

  1. In a new AJAX-Enabled Web Application, add a HyperLink control from the Standard tab to the default web page.

  2. Set the Text property to "Telerik Web Site" and the NavigateUrl to "https://www.telerik.com".

  3. Drop a RadToolTip control from the ToolBox to the default web page.

  4. Set the RadToolTip TargetControlID property to the ID property of the HyperLink.

  5. Set the Position property to be BottomCenter.

  6. Set the Title property to "Telerik Site Link".

  7. Set the Text property to "Click here to navigate to the Telerik Web Site".

  8. Set the Skin property to Telerik.

  9. Press F5 to run the application. Run the mouse over the HyperLink to view the tooltip.

See Also

In this article