Aurore
Posted
on Jan 24, 2012
(permalink)
Hello,
Is there a way to customize the tooltip ?
Thanks
Aurore
Reply
Answer
jumpstart
Master
Posted
on Jan 24, 2012
(permalink)
Aurore:
What customizations do you wish to make to the tooltip when RadColorPicker ShowIcon="true"? This appears to be somewhat limited.
It is possible to modify the text for the tooltip that appears when the mouse hovers over the icon, This is controlled by the
PickColorText and
CurrentColorText properties.
The /Localization online demo at
http://demos.telerik.com/aspnet-ajax/colorpicker/examples/localization/defaultcs.aspx demonstrates modifying these properties. Each of the localization strings can be modified at runtime using the Localization property. This saves the need to create a new localization file to change a single string. See the
Localization documentation page.
Hope this helps.
Reply