5 Answers, 1 is accepted
0
Nikolay
Top achievements
Rank 1
answered on 16 Apr 2014, 07:39 AM
Scheduler declare like this
in script set up width for panel, but scheduler display only 4 days out of the week
<asp:Panel ID="pnlTimeCard" runat="server"> <telerik:RadScheduler ID="rsEmployeeTimecard" runat="server" Skin="Web20" OverflowBehavior="Scroll" Width="100%" Height="0" Style="margin:0; padding:0;" AllowDelete="False" AllowEdit="true" AllowInsert="true" ReadOnly="True" OnClientAppointmentEditing="HideTotals" OnClientAppointmentInserting="HideTotals" OnClientAppointmentMoveStart="ClientMoveStart" OnClientAppointmentResizeStart="ClientResizeStart" CustomAttributeNames="*" DataSubjectField="UniqueID" DataKeyField="UniqueID" DataStartField="PunchIn" DataEndField="PunchOut" ShowFooter="False" StartInsertingInAdvancedForm="true" SelectedView="WeekView" DayStartTime="00:00:00" WorkDayStartTime="00:00:00" DayEndTime="23:59:59" WorkDayEndTime="23:59:59" MonthView-UserSelectable="false" DayView-UserSelectable="false" WeekView-UserSelectable="false" > <AdvancedEditTemplate> <scheduler:EditForm runat="server" ID="editShift" /> </AdvancedEditTemplate> <AdvancedInsertTemplate> <scheduler:EditForm runat="server" ID="addShift" /> </AdvancedInsertTemplate> <AppointmentTemplate> <asp:Label runat="server" ID="lblInfo" /> </AppointmentTemplate> <TimelineView UserSelectable="False" /> <WeekView DayEndTime="00:00:00" DayStartTime="00:00:00" WorkDayEndTime="00:00:00" WorkDayStartTime="00:00:00" /> </telerik:RadScheduler> </asp:Panel>in script set up width for panel, but scheduler display only 4 days out of the week
0
Harish
Top achievements
Rank 1
answered on 16 Apr 2014, 09:21 AM
I have a problem displaying radscheduler with timeline view. In google chrome the appointment is not displaying properly.
Please check screenshot i have attached.
Please check screenshot i have attached.
0
Hi Nikolay,
I have tested provided mark up but could not replicate the described behavior. It looks like an issue that is already fixed in the latest version of the control. Height="0" is not a recommended setting so you may try to remove it from the mark up of the control. That is why I will recommend you to test with a newer version and if you still observe the issue please share all the CSS that you are using so we could test it too.
@Harish The described behavior is not a know issue and does not seems to be related with the other issue in this thread. That is why I will recommend you to elaborate it and share the mark up used in a new thread so that it could be inspected separately.
Regards,
Plamen
Telerik
I have tested provided mark up but could not replicate the described behavior. It looks like an issue that is already fixed in the latest version of the control. Height="0" is not a recommended setting so you may try to remove it from the mark up of the control. That is why I will recommend you to test with a newer version and if you still observe the issue please share all the CSS that you are using so we could test it too.
@Harish The described behavior is not a know issue and does not seems to be related with the other issue in this thread. That is why I will recommend you to elaborate it and share the mark up used in a new thread so that it could be inspected separately.
Regards,
Plamen
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Harish
Top achievements
Rank 1
answered on 18 Apr 2014, 10:04 AM
Hi Plamen,
I got this issue when i added Resource Header Template... Please find the below code.
<ResourceHeaderTemplate>
<div>
<%# Eval("Text") %><br />
<asp:ImageButton runat="server" ID="btnResScreen" sid='<%# Eval("Key") %>' ImageUrl="~/static/img/common/delete.gif" />
</div>
</ResourceHeaderTemplate>
I got this issue when i added Resource Header Template... Please find the below code.
<ResourceHeaderTemplate>
<div>
<%# Eval("Text") %><br />
<asp:ImageButton runat="server" ID="btnResScreen" sid='<%# Eval("Key") %>' ImageUrl="~/static/img/common/delete.gif" />
</div>
</ResourceHeaderTemplate>
0
Hello Harish,
I have tested the issue described and it was fixed at my side after removing the <div> tag from the template.
Hope this will be helpful.
Regards,
Plamen
Telerik
I have tested the issue described and it was fixed at my side after removing the <div> tag from the template.
Hope this will be helpful.
Regards,
Plamen
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
