Hello Ross,
The jQuery plugin, which you use for modifying the default appearance, does not clear the
title attribute of the links in the RadRating control, which causes the standard tooltips to be displayed as well. In order to ensure that the tooltips will be displayed properly, please use the following code after the plugin has finished modifying the tooltips (you can use
setTimeout for this purpose):
This will remove the
title attribute from the links in the RadRating's items and it will stop the showing of regular tooltips on mouse over the items.
All the best,
Slav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their
blog feed now.