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

Styling the Rad DatePicker

4 Answers 212 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Eon
Top achievements
Rank 1
Eon asked on 05 Apr 2016, 08:16 AM

Good Day All,

 

I have a raddatePicker in a Raddataform, i need to style it to suite our dataform look and feel, however i cant seem to get the right property for it to over ride the default style that have been applied.

 

If you look in the screen shot, i want to change the color of the date when i select it, and as well the color of the date\time in the textbox when i select it.

I have circled the Items that i want to change using my custom style sheet, please let me know if i can change the selected styles...

 

 

4 Answers, 1 is accepted

Sort by
0
Eon
Top achievements
Rank 1
answered on 05 Apr 2016, 09:02 AM

I Have Managed to change the background of the RadDatePicker with the following code:

 

CalendarTableStyle-CssClass="rdfSharedCalendar"

 

then in my CSS;

 

.rdfSharedCalendar {

  background-color:red;
}

Now i Want to have full control over the color of the date that i pick inside the calendar, please see the attached screen shot to explain it better. So the Blue selected date i want to change that color to what ever we need to suite the style of our dataform.

 

 

0
Eon
Top achievements
Rank 1
answered on 05 Apr 2016, 08:13 PM
Any solution guys? i am running out of them on my side... :)
0
Eon
Top achievements
Rank 1
answered on 07 Apr 2016, 09:20 AM
NO Solution here guys....?? still struggling with it....
0
Accepted
Maria Ilieva
Telerik team
answered on 08 Apr 2016, 09:55 AM
Hello Eon,

Try using the rcSelected style to add the needed selected day color. See more information below:
http://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/appearance-and-styling/styles



Regards,
Maria Ilieva
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Calendar
Asked by
Eon
Top achievements
Rank 1
Answers by
Eon
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or