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

Missing IsTodayHighlighted after Q1'11 update?

1 Answer 28 Views
DatePicker
This is a migrated thread and some comments may be shown as answers.
Michele
Top achievements
Rank 2
Michele asked on 18 Mar 2011, 03:10 PM
Hello,
I'm missing this property....has it been removed?
Thanks

1 Answer, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 22 Mar 2011, 11:36 AM
Hello Paolo,

You have to set this property through the style of the RadCalendar, like so:

<telerik:RadDatePicker x:Name="datePicker" Grid.Row="0" Grid.Column="2">
                <telerik:RadDatePicker.CalendarStyle>
                    <Style TargetType="telerik:RadCalendar">
                        <Setter Property="IsTodayHighlighted" Value="True"/>
                    </Style>
                </telerik:RadDatePicker.CalendarStyle>
</telerik:RadDatePicker>

Please let us know if you have further questions.

Regards,
Konstantina
the Telerik team
Tags
DatePicker
Asked by
Michele
Top achievements
Rank 2
Answers by
Konstantina
Telerik team
Share this question
or