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

Replace validation tooltip style

0 Answers 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
yjh
Top achievements
Rank 1
yjh asked on 24 Oct 2012, 09:17 AM
If I have a custom validation tooltip style, how to replace all RadControls's validation tooltip style that has a theme such as Office_Blue ?

If RadControls have not set a theme, using implicity style works:

<Style TargetType="telerikChromes:ValidationTooltip">
        <Setter Property="IsTabStop" Value="False" />
        <Setter Property="Template" Value="{StaticResource ValidationTooltipTemplate}" />
        <Setter Property="TooltipContentTemplate" Value="{StaticResource TooltipContentTemplate}" />
</Style>

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
yjh
Top achievements
Rank 1
Share this question
or