Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Windows Phone 7 > Calendar > How to change the border color of RadCalendar Grid?

Answered How to change the border color of RadCalendar Grid?

Feed from this thread
  • Tomonari Fukuda avatar

    Posted on Aug 26, 2011 (permalink)

    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

    Reply

  • Answer Victor Victor admin's avatar

    Posted on Aug 30, 2011 (permalink)

    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 >>

    Reply

  • Shaiket avatar

    Posted on Sep 4, 2011 (permalink)

    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.

    Reply

  • Tomonari Fukuda avatar

    Posted on Sep 5, 2011 (permalink)

    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.

    Reply

  • Fredrik avatar

    Posted on Nov 3, 2011 (permalink)

    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

    Reply

  • Fredrik avatar

    Posted on Nov 7, 2011 (permalink)

    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

    Reply

  • Victor Victor admin's avatar

    Posted on Nov 7, 2011 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Windows Phone 7 > Calendar > How to change the border color of RadCalendar Grid?