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
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