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

Problem with inherited Scheduler

2 Answers 65 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Sascha
Top achievements
Rank 1
Sascha asked on 09 May 2017, 03:15 PM

Hi,

 

I have inherited a scheduler like this:

 

Public Class Test
    Inherits RadScheduler

End Class

 

All works very fine. But i have trouble with themes.

I added a application-wide theme like this:

   Dim visualStudio2012LightTheme1 = New Themes.VisualStudio2012LightTheme()
   ThemeResolutionService.ApplicationThemeName = visualStudio2012LightTheme1.ThemeName

 

The SchedulerNavigator (also in my Form) changed its style, but my inherited scheduler do not. The scrollbar on the right side has the new theme, and the appointment form and all other "subcontrols".

More details in screenshot.

 

Can you help me?

 

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Dimitar
Telerik team
answered on 10 May 2017, 04:48 AM
Hello Sascha,

The following article shows how you can solve this: Inherit themes from RadControls derivatives.

Please let me know if there is something else I can help you with. 

Regards,
Dimitar
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Sascha
Top achievements
Rank 1
answered on 10 May 2017, 11:00 AM

Works great for me. Thank you!

 

Sascha

Tags
Scheduler and Reminder
Asked by
Sascha
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Sascha
Top achievements
Rank 1
Share this question
or