Hello Justin,
The date buttons are represented by a
ButtonChrome control, so in order to remove the hover states you will need to edit its template. You can find more information about the customization of this control in
this KB article - it is for WPF, but the logic is the same and in Silverlight instead if Triggers, we use VisualStates.
You can customize the control very easy in Expression Blend. Just drop a RadCalendar control in the design surface, right-click it and choose from the menu
Edit Additional Templates-> Edit DayButtonStyle. After that find the
SelectionChrome control (this is the ButtonChrome mentioned before), right click it and choose from the menu
Edit Template-> Edit a Copy. Blend will generate all the needed resources. Find the VisualStates for the hover and remove them.
Hope this helps.
Greetings,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>