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

Date string not appearing beside datepicker.

1 Answer 44 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Philip
Top achievements
Rank 1
Philip asked on 18 Apr 2016, 02:40 PM

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/BorderColor
22.                            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>

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 21 Apr 2016, 08:02 AM
Hello Philip,

I see that you have set Metro skin to the Scheduler's markup declaration, but the screenshot attached shows that the default Metro skin is customized. So please post the custom CSS styles you are applying to the Scheduler and we will check whether any of them is responsible for the date not being displayed.

Regards,
Ivan Danchev
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Scheduler
Asked by
Philip
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or