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

Tooltip Template

1 Answer 47 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Frank
Top achievements
Rank 1
Frank asked on 06 Jul 2011, 03:42 PM
Hello again,

im trying to change the text and the colour of Errormessage. 

<telerik:RadDatePicker x:Name=""" .....ErrorToolTipContent="Hello for Example">
<telerik:RadDatePicker.TooltipTemplate>
                <DataTemplate>
                    <TextBlock Text="{Binding Path=TooltipContent, ElementName=radDatePicker}"
                               FontWeight="Bold"
                               Foreground="Red" />
                </DataTemplate>
            </telerik:RadDatePicker.TooltipTemplate>
        </telerik:RadDatePicker>

But it doesnt show any Errormessage. How can I solve this problem?

Best regards
Christian

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 12 Jul 2011, 07:51 AM
Hello Christian,

The template of the ErrorToolTip, unfortunately, cannot be changed. You can only set its Content, but not the template.
Sorry for the caused inconvenience.

Best wishes,
Konstantina
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
DatePicker
Asked by
Frank
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Share this question
or