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

How to change the border color of RadCalendar Grid?

6 Answers 146 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tomonari Fukuda
Top achievements
Rank 1
Tomonari Fukuda asked on 26 Aug 2011, 05:15 AM
Hi.

How to change the border color of RadCalendar Grid?

I check thruough the ControlTemplate & ItemTemplate of RadCalendar.
But I cant find the property or style of the border color of RadCalendar.

Regards,
Fukuda

6 Answers, 1 is accepted

Sort by
0
Accepted
Victor
Telerik team
answered on 30 Aug 2011, 02:37 PM
Hi Tomonari Fukuda,

 Thank you for writing.
I am afraid that the color of the lines is currently hardcoded to the PhoneForegroundBrush resource, it can not be modified through XAML. We will consider adding a property in order to remove this limitation.

Please write again if you have other questions about our controls.

Regards,
Victor
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

0
Shaiket
Top achievements
Rank 1
answered on 04 Sep 2011, 10:53 AM
Thank you. We are facing similar problems as well and need to update the border colors. I hope this feature will make it in the next release.
0
Tomonari Fukuda
Top achievements
Rank 1
answered on 05 Sep 2011, 05:52 AM
Hi

Finally i solved the problem by creating the border line component(simple Path) over the RadCalendar. Write a new Path tag in the next line of the RadCalendar tag in xaml.
0
Fredrik
Top achievements
Rank 1
answered on 03 Nov 2011, 09:03 AM
Hi !!!

I need this feauture too....
Will try the simple path until it is possible.
Hmm, no luck and I also need to change the daynames and days from next month colors.
An example of styling this component would bee great.

Regards

Fredrik
0
Fredrik
Top achievements
Rank 1
answered on 07 Nov 2011, 01:31 PM
Hi !!

I have now branded all of our telerik controls to our company colors, except the RadCalendar.
Is this going to be possible in the Q3 release ?
I need to style the grid border colors and the daynames.

Regards

Fredrik
0
Victor
Telerik team
answered on 07 Nov 2011, 04:19 PM
Hi Fredrik,

 Yes the grid lines will be tweakable for the Q3 2011 release. We have added a new property called GridLinesBrush that can be set on RadCalendar.
You can modify the day names by modifying the default style for RadCalendar. You need to update the WeekName visual state to be the color you want.

You can easily extract the default RadCalendar style with the .NET Reflector tool, just look in the assembly resources and the save the calendar theme as a file.

Please write again if you need further assistance.

Best wishes,
Victor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Calendar
Asked by
Tomonari Fukuda
Top achievements
Rank 1
Answers by
Victor
Telerik team
Shaiket
Top achievements
Rank 1
Tomonari Fukuda
Top achievements
Rank 1
Fredrik
Top achievements
Rank 1
Share this question
or