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

RadDatePicker FocusedDate is not showing

1 Answer 123 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Regeesh Joseph
Top achievements
Rank 1
Regeesh Joseph asked on 26 Sep 2011, 10:26 AM
Hai,

I have a RadDatePicker. I want the current date to be highlighed in the datepicker. I understood from your support site that the current date will be highlighted by default.  It is not showing the current date highlighted. Plz help

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Sep 2011, 11:47 AM
Hello Regeesh,

Try the following approach to achieve your scenario.
aspx:
<telerik:RadDatePicker ID="Date1" runat="server">
     <Calendar>
        <SpecialDays>
         <telerik:RadCalendarDay Repeatable="Today" ItemStyle-BackColor="Yellow"/> 
      </SpecialDays>
    </Calendar>
</telerik:RadDatePicker>

Thanks,
Shinu.
Tags
Calendar
Asked by
Regeesh Joseph
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or