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

Silverlight RadScheduler Theme Not Changing

1 Answer 43 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Hamlet Suazo
Top achievements
Rank 1
Hamlet Suazo asked on 17 Mar 2010, 05:38 PM
Hi, i downloaded the trial version of the RadControls for Silverlight i'm trying to set the Scheduler Theme to Windows 7 but i does nothing, it keeps the same default theme in both design and runtime. Please help me. Here's my code:

<UserControl
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:telerikScheduler="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Scheduler"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-  compatibility/2006"
x:Class="SilverlightApplication1.MainPage"
xmlns:tlk="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
Width="640" 
Height="480" mc:Ignorable="d">

<Grid x:Name="LayoutRoot" Background="White">
<telerikScheduler:RadScheduler Margin="115,85,149,78" d:LayoutOverrides="Width, Height"
tlk:StyleManager.Theme="Windows7"/>
</Grid>
</UserControl>

1 Answer, 1 is accepted

Sort by
0
Rosi
Telerik team
answered on 18 Mar 2010, 08:33 AM
Hi Hamlet Suazo,

I suggest you check whether your silverlight application has a reference to  Telerik.Windows.Themes.Window7.dll. Adding this reference should fix the problem.

Sincerely yours,
Rosi
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Hamlet Suazo
Top achievements
Rank 1
Answers by
Rosi
Telerik team
Share this question
or