This question is locked. New answers and comments are not allowed.
Hi telerik,
I saw ur example in http://www.telerik.com/community/forums/silverlight/general-discussions/urgent-theme-at-runtime.aspx which contain on changing item in comboBox change respective theme .yes It is nice
But in that example u write set theme for each control.
Is this possible only one statement will change theme for all control without specifying theme to each control?
like
StyleManager.ApplicationTheme = new SummerTheme() //
The statement is works but for intial time but not chaging theme on change of ComboBox.
Is there any to clear first theme apply next theme?
silverlight provides
using above statement theme applied for it's children.
I have this situation because I am using CAL in which multiple module are there..
This all modules are loaded in one parent container like "Grid". Each module contain many telerik controls.
Not possible set all Theme property of each control.
Pls help out..
Thansk
Ganesh
I saw ur example in http://www.telerik.com/community/forums/silverlight/general-discussions/urgent-theme-at-runtime.aspx which contain on changing item in comboBox change respective theme .yes It is nice
But in that example u write set theme for each control.
Is this possible only one statement will change theme for all control without specifying theme to each control?
like
StyleManager.ApplicationTheme = new SummerTheme() //
The statement is works but for intial time but not chaging theme on change of ComboBox.
Is there any to clear first theme apply next theme?
silverlight provides
ImplicitStyleManager.SetResourceDictionaryUri( obj, uri_theme );
obj ==> is Framework element means parent element and
using above statement theme applied for it's children.
I have this situation because I am using CAL in which multiple module are there..
This all modules are loaded in one parent container like "Grid". Each module contain many telerik controls.
Not possible set all Theme property of each control.
Pls help out..
Thansk
Ganesh