This example demonstrates how you can create tooltips dynamically on the client by using the RadToolTipManager's client-side API and load their content by using a WebService.
The page contains a few countries' images and a RadToolTipManager's contol which does not have them added in its TargetControls collection when the page initially loads. Each image's onmouseover event is hooked up and in its handler a tooltip is shown by using the manager's API.
Note: The IgnoreAltAttribute property is introduced in the offical Q2 2010 release and it is not available in previous releases. When set to true, the tooltips ignore the alt attribute. The default value is false.
Mouseover the countries images to view the customers from each country.