Hi,
I was just wondering what is the best approach to using theming with both telerik controls and siverlight toolkit controls. Currently my application only uses silverlight toolkit controls and I'm implementing application level implicit dynamic theming. We are also going to start utilizing a few of the telerik controls as well. Reading around I've found that telerik controls use a different way of theming and that I will have to use explicit theming on each control. Is it possible for me to copy the general template of the XAML file for a telerik control's theme and change the colors to match a silverlight toolkit theme and then put that into the silverlight toolkit theme XAML file and then do a recompile after adding the correct references? That seems like an easier solution to my problem, if it's possible, then trying to figure out all of the toolkit controls I'm using and then adding them to teleriks themes since I will be slowly adding telerik controls.
Thanks,
Brandon