Hi again always the simple things but for the live of me i cant see with the date is not showing beside today in my claendar i have showheaders=true and datepicker=true so i dont get why i cant see the full date string beside the picker.
01.<telerik:RadScheduler OnTimeSlotCreated="apertureAppointments_TimeSlotCreated" OverflowBehavior="Auto" runat="server" WeekView-ShowDateHeaders="true" ID="apertureAppointments"02. TimelineView-UserSelectable="false" DayView-UserSelectable="true" AgendaView-UserSelectable="True" DataKeyField="ID" DataSubjectField="Subject" AllowInsert="false" AllowDelete="false" AllowEdit="false"03. DataStartField="Start" DataEndField="End" DataRecurrenceField="RecurrenceRule" DayView-EnableExactTimeRendering="true" WeekView-UserSelectable="True" SelectedView="WeekView"04. DataRecurrenceParentKeyField="RecurrenceParentID" DataSourceID="EntityDataSource1" StartInsertingInAdvancedForm="True" MonthView-UserSelectable="True" AgendaView-NumberOfDays="5" RowHeight="40px"05. RenderMode="Classic" EnableExactTimeRendering="True" DataReminderField="Reminder" Width="800px" Height="1000px" EnableDatePicker="true" ShowHeader="true" ShowDateHeaders="true"06. DayStartTime="09:00:00" ShowFooter="false" DayEndTime="19:00" FirstDayOfWeek="Monday" LastDayOfWeek="Friday" HoursPanelTimeFormat="HH:mm tt" OnAppointmentClick="apertureAppointments_AppointmentClick" OnTimeSlotContextMenuItemClicking="apertureAppointments_TimeSlotContextMenuItemClicking"07. EnableDescriptionField="true" AppointmentStyleMode="Default" Skin="Metro">08. 09. <AdvancedForm Modal="True" />10. <Reminders MaxAge="5" />11. <Reminders Enabled="true"></Reminders>12. <TimeSlotContextMenuSettings EnableDefault="false" />13. <AppointmentContextMenuSettings EnableDefault="false" />14. <DayView EnableExactTimeRendering="True" />15. <AdvancedForm Modal="true"></AdvancedForm>16. <ResourceTypes>17. <telerik:ResourceType KeyField="lookup_code" Name="Managers" TextField="lookup_description" ForeignKeyField="managerId"18. DataSourceID="ManagersDataSource"></telerik:ResourceType>19. </ResourceTypes>20. <ResourceStyles>21. <%--AppointmentStyleMode must be explicitly set to Default (see above) otherwise setting BackColor/BorderColor22. will switch the appointments to Simple rendering (no rounded corners and gradients)--%>23. <telerik:ResourceStyleMapping Type="Managers" Text="Natalie Edgar"24. BackColor="CornflowerBlue" ApplyCssClass="appointment" />25. <telerik:ResourceStyleMapping Type="Managers" Text="Clare Coyle"26. BackColor="CornflowerBlue" ApplyCssClass="appointment" />27. <telerik:ResourceStyleMapping Type="Managers" Text="Christine Clarke"28. BackColor="CornflowerBlue" ApplyCssClass="appointment" />29. <telerik:ResourceStyleMapping Type="Managers" Text="Adam Adair"30. BackColor="CornflowerBlue" ApplyCssClass="appointment" />31. </ResourceStyles>32. </telerik:RadScheduler>33. </ContentTemplate>34. </asp:UpdatePanel>