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

Cell width change after navigation starting from the second row in Timeline view

1 Answer 53 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Nurullah
Top achievements
Rank 1
Nurullah asked on 15 Sep 2010, 10:08 AM

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

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 16 Sep 2010, 05:20 PM
Hi Nurullah,

Can you try this case with the current official version - 2010.2.826 and let me know if the problem still persists?


Greetings,
Peter
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Scheduler
Asked by
Nurullah
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or