Hi,
I am facing an annoying issue with the RadScheduler control;
How to correct this erratic behavior?
Regards,
David
I am facing an annoying issue with the RadScheduler control;
- When I add an All day event let's say starting and ending the 1st December, it get spanned across 30st November and 1st December.
- When I want to correct it by resizing the bar, it is removing the all day event and make it starting and ending at a random time.
| <telerik:RadScheduler ID="RadScheduler1" runat="server" DataEndTime="00:00:00" DayStartTime="00:00:01" RowHeaderWidth="200px" |
| ShowViewTabs="False" StartEditingInAdvancedForm="False" DataEndField="End" Skin="Office2007" TimelineView-SlotDuration="1.00:00:00" |
| DataKeyField="ID" DataRecurrenceField="RecurrenceRule" TimelineView-NumberOfSlots="5" TimeZoneOffset="01:00:00" |
| DataRecurrenceParentKeyField="RecurrenceParentID" DataSourceID="SqlDataSource1" RowHeight="48px" TimelineView-ShowInsertArea="true" |
| DataStartField="Start" DataSubjectField="Subject" HoursPanelTimeFormat="htt" OverflowBehavior="Expand" EnableRecurrenceSupport="true" |
| ValidationGroup="RadScheduler1" SelectedView="TimelineView" GroupBy="Team" GroupingDirection="Vertical"> |
| <Localization AdvancedAllDayEvent="All day"></Localization> |
| <AdvancedForm DateFormat="dd.MM.yyyy" TimeFormat="HH:mm" Modal="true"></AdvancedForm> |
| <AppointmentTemplate> |
| <%#Eval("Subject")%><br /> |
| <asp:Label runat="server" ID="LineDescription" /><br /> |
| <asp:Label runat="server" ID="Shift" /> |
| </AppointmentTemplate> |
| <ResourceTypes> |
| <telerik:ResourceType KeyField="LineID" Name="Line" TextField="LineDescription" ForeignKeyField="LineID" |
| DataSourceID="LineDataSource" /> |
| <telerik:ResourceType KeyField="GlobeEmployeeID" Name="Team" TextField="FullName" ForeignKeyField="EmployeeID" |
| DataSourceID="TeamDataSource" /> |
| <telerik:ResourceType KeyField="ShiftID" Name="Shift" TextField="Description" ForeignKeyField="ShiftID" |
| DataSourceID="ShiftsDataSource" /> |
| </ResourceTypes> |
| </telerik:RadScheduler> |
How to correct this erratic behavior?
Regards,
David