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

GroupHeaderDateStringFormat problem

1 Answer 71 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Christie Admin
Top achievements
Rank 1
Christie Admin asked on 14 Jan 2014, 08:16 PM
Hi,

I have a WeekViewDefinition and when I try to change the GroupHeaderDateStringFormat property in code behind the change doesn't take effect immediatly. The control need an AppointmentsSource before my change can take effect, is this normal???

ie:
                this.ScheduleView.AppointmentsSource = null;
                this.ScheduleView.AppointmentsSource = mSpots;

Thank's
Alain

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 15 Jan 2014, 01:02 PM
Hello Alain,

This is a normal behavior as the ScheduleView needs to be refreshed when a visual elements are changed. Resetting the AppointmentsSource is actually doing that as well as changing the VisibleRange.

Hope this helps. If you have any other questions let us know.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ScheduleView
Asked by
Christie Admin
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or