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

GroupDescriptionsSource Bug??

1 Answer 105 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 25 Aug 2017, 01:12 PM

Hi

<telerik:RadScheduleView x:Name="scheduleView"  
                                 GroupDescriptionsSource="{Binding GroupDescriptions}" 
                                 ResourceTypesSource="{Binding Resources}" VisibleRangeChanged="scheduleView_VisibleRangeChanged"
                                 VisibleRangeChangedCommand="{Binding VisibleRangeChanged}" 
                                 VisibleRangeChangedCommandParameter="{Binding VisibleRange, RelativeSource={RelativeSource Self}}"
                                 GroupHeaderContentTemplateSelector="{StaticResource CustomGroupHeaderContentTemplateSelector}">
            <telerik:RadScheduleView.ViewDefinitions>
                <telerik:DayViewDefinition />
                <telerik:WeekViewDefinition />
            </telerik:RadScheduleView.ViewDefinitions>
        </telerik:RadScheduleView>

private void scheduleView_VisibleRangeChanged(object sender, EventArgs e)
        { 
            this.scheduleView.AppointmentsSource = new ObservableCollection<Appointment>();
        }

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 30 Aug 2017, 08:37 AM
Hello Ben,

Which version of UI for WPF are you using? We already fixed similar issue in the latest versions - it was related to changes in .Net 4.6.1. Can you test the same scenario with the latest version (R2 2017) and let us know if works as expected?

I'm looking forward to hearing from you.

Regards,
Kalin
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.
Tags
ScheduleView
Asked by
Ben
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or