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

How to convert a Scheduler to ScheduleView

2 Answers 89 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Jonathan
Top achievements
Rank 1
Veteran
Jonathan asked on 28 May 2018, 11:51 PM

Finally upgrading my controls..

How in the 'world' do I convert my Schedule to ScheduleView?

I assume NO MORE Scheduler?

 

Help!!!!!!!!!!!!!!

 

 

   <telerik:RadScheduler Name="radSchedule" telerik:StyleManager.Theme="{StaticResource MyThemeInstance}"  AppointmentTemplate="{StaticResource AppointmentTemplateFLOM}"
                              TimeRulerHostStyle="{StaticResource TimeRulerHostStyleFLOM}"
                              TimeSlotTemplateSelector="{StaticResource TimeSlotTemplateSelector}" ViewMode="Week"  
                              TimelineHeaderFormat="{}{0:M-d-yyyy}"
                              AppointmentEditing="radSchedule_AppointmentEditing"                            
                              SelectedViewStartDateChanged="radSchedule_SelectedViewStartDateChanged" AllDayAreaHeight="0" AllowDrop="False" FontSize="14" IsEnabled="True" AppointmentAdding="radSchedule_AppointmentAdding" AppointmentDeleting="radSchedule_AppointmentDeleting" AppointmentCreating="radSchedule_AppointmentCreating" IsReadOnly="False">
            <telerikScheduler:RadScheduler.WeekViewDefinition>
                <telerikScheduler:WeekViewDefinition DayStartTime="0:00:00" VisibleDays="7" DayEndTime="23:00:00" TimeSlotLength="0:15:0" LargeChangeInterval="7d" />
            </telerikScheduler:RadScheduler.WeekViewDefinition>
            <telerikScheduler:RadScheduler.DayViewDefinition>
               <telerikScheduler:DayViewDefinition DayStartTime="0:00:00" DayEndTime="23:00:00" TimeSlotLength="0:15:0" />  <!--HEIGHT OF APPT -->
            </telerikScheduler:RadScheduler.DayViewDefinition>
          
             </telerik:RadScheduler>

2 Answers, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 30 May 2018, 03:36 PM
Hi Jonathan,

Indeed, the RadScheduler control is no longer supported. It was replaced by our RadScheduleView. I am attaching you an older version of the RadScheduleView documentation in which you can find an article which describes the migration process from RadScheduler to RadScheduleView. The article is located under Getting Started section -> "Migration from RadScheduler".

Regards,
Yoan
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Sullivan
Top achievements
Rank 1
answered on 11 Jan 2019, 10:12 AM
Schedule view is an alternate method of viewing calendars that allows you to easily see when events overlap and ... Change schedule view default settings.
Tags
ScheduleView
Asked by
Jonathan
Top achievements
Rank 1
Veteran
Answers by
Yoan
Telerik team
Sullivan
Top achievements
Rank 1
Share this question
or