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

RadDatePicker Month/Year popup from Calendar Title

2 Answers 83 Views
Date/Time Pickers
This is a migrated thread and some comments may be shown as answers.
HSK
Top achievements
Rank 1
HSK asked on 07 Jul 2017, 06:47 PM

Is there a simple way to change the background color of the Month/Year view?

Thanks.

-------------------------------------------------------------------------------------------------------------

<telerik:RadDatePicker RenderMode="Lightweight" ID="FromScreeningDatePicker" runat="server" Width="120px"
ClientEvents-OnDateSelected="FromDateSelected"

Calendar-CalendarTableStyle-BackColor="White"

Calendar-TitleStyle-BackColor="White"
MinDate='<%# Convert.ToDateTime("01/01/1900")%>' MaxDate='<%# Convert.ToDateTime(DateTime.Now.ToString("MM/dd/yyyy"))%>'
DbSelectedDate='<%# startDate %>' FocusedDate="01/01/2016">

</telerik:RadDatePicker>

2 Answers, 1 is accepted

Sort by
0
Accepted
Eyup
Telerik team
answered on 12 Jul 2017, 06:13 AM
Hello,

You can use the following property to achieve this requirement:
<telerik:RadDatePicker ... >
    <Calendar runat="server">
        <FastNavigationStyle BackColor="Lime" />
    </Calendar>

That should do the trick.

Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
HSK
Top achievements
Rank 1
answered on 12 Jul 2017, 12:49 PM
That worked. Thanks, Eyup!
Tags
Date/Time Pickers
Asked by
HSK
Top achievements
Rank 1
Answers by
Eyup
Telerik team
HSK
Top achievements
Rank 1
Share this question
or