Hi,
I have a problem in my multirow radscheduler. I'm using version 2009.3.1314.1030. When I navigate through time using the navigation arrows or scroll of the mouse, at some point the cell width increases or decreases in the rows below the first one. I attached a picture of its state after this change. Also here is the code of my scheduler;
<TelerikScheduler:RadScheduler x:Name="Scheduler_WorkingHour" ScrollViewer.VerticalScrollBarVisibility="Visible" AppointmentEditing="Scheduler_WorkingHour_AppointmentEditing" AppointmentAdding="Scheduler_WorkingHour_AppointmentAdding" AppointmentEdited="Scheduler_WorkingHour_AppointmentEdited" AppointmentDeleted="Scheduler_WorkingHour_AppointmentDeleted" TelerikControls:StyleManager.Theme="{StaticResource MaintenanceThemeKey}" AppointmentDeleting="Scheduler_WorkingHour_AppointmentDeleting" EditAppointmentStyle="{StaticResource EditAppointmentStyle}" RecurrenceChoiceDialogDefaultRecurrenceMode="Series" ScrollViewer.HorizontalScrollBarVisibility="Disabled" ViewMode="Timeline" OpenModalDialogs="True" ShowsConfirmationWindowOnDelete="False" ShowsConfirmationWindowOnClose="False" IsInlineEditingEnabled="False" AppointmentAdded="Scheduler_WorkingHour_AppointmentAdded" ActiveViewDefinitionChanged="Scheduler_WorkingHour_ActiveViewDefinitionChanged" SchedulerPerformedGrouping="Scheduler_WorkingHour_SchedulerPerformedGrouping" SelectedViewStartDateChanged="Scheduler_WorkingHour_SelectedViewStartDateChanged" ></TelerikScheduler:RadScheduler>Is this a bug of the scheduler or am I missing something? Thank you.
Nurullah