Hi all,
I'm currently using the RadScheduler control for silverlight. I have some minor modifications to make and the one and only solution is to implement a custom theme and change it appropriately. Not a problem so far. But consider the following scenario:
- Couple (10 / 20 or so) modifications al across the custom theme
- Customer wants a different theme (e.g. he doesn't like the color and wants to switch from office_blue to office_black)
Is there a best practice of some sort to be able to quickly switch between themes and not lose your customizations?
Should I manually separate the logic (ControlTemplates etc.) from the layout part (colors etc)?
P.S.
This is not an issue just for the scheduler, but every other control is dealing with the same "problems".
Stan
I'm currently using the RadScheduler control for silverlight. I have some minor modifications to make and the one and only solution is to implement a custom theme and change it appropriately. Not a problem so far. But consider the following scenario:
- Couple (10 / 20 or so) modifications al across the custom theme
- Customer wants a different theme (e.g. he doesn't like the color and wants to switch from office_blue to office_black)
Is there a best practice of some sort to be able to quickly switch between themes and not lose your customizations?
Should I manually separate the logic (ControlTemplates etc.) from the layout part (colors etc)?
P.S.
This is not an issue just for the scheduler, but every other control is dealing with the same "problems".
Stan