I'm using Visual Studio 2010 and Silverlight 4. I was working through the Theming and Skinning chapter of the tutorial and found that the code sample changes in Step 5 (on page 176) aren't working. Despite adding the telerik:StyleManager.Theme="Summer" tag to my controls, they still display in the default Office_Black theme. However, when I add the code shown on page 179 to add a theme at the application level, either in the App.xaml or in my MainPage.xaml.cs, it works fine.
Is there some difference in the syntax for VS 2010 or Silverlight 4 that is making my code not work when applied to the individual controls?
Many thanks,
Is there some difference in the syntax for VS 2010 or Silverlight 4 that is making my code not work when applied to the individual controls?
Many thanks,